feat: refine the CLI tool (#33)

* implement a repl

* remove debug log
This commit is contained in:
Yu Lei
2024-01-30 17:04:25 +08:00
committed by GitHub
parent 83545ab5dc
commit 71342d4384
5 changed files with 449 additions and 95 deletions

View File

@@ -25,6 +25,8 @@ serde_json = { version = "1.0" }
serde = { version = "1.0", features = ["derive"] }
farmhash = "1"
crc32fast = "1.3.2"
nom = "7.1.3"
rustyline = "13.0.0"
[dev-dependencies]
tempfile = "3"