mirror of
https://github.com/chatmail/core.git
synced 2026-05-19 14:56:33 +03:00
feat(examples): refactor repl to use rustyline and safe rust
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user