feat(examples): refactor repl to use rustyline and safe rust

This commit is contained in:
dignifiedquire
2019-05-30 23:16:41 +02:00
parent 95d4df6027
commit 983ccaaccd
8 changed files with 1287 additions and 1499 deletions

View File

@@ -29,6 +29,10 @@ percent-encoding = "1.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
chrono = "0.4.6"
failure = "0.1.5"
# TODO: make optional
rustyline = { git = "https://github.com/kkawakam/rustyline/" }
lazy_static = "1.3.0"
[dev-dependencies]
tempfile = "3.0"