diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -9,3 +9,5 @@ serde_json = { git = "https://github.com/serde-rs/json" } | |||
9 | cursive = { git = "https://github.com/gyscos/Cursive" } | 9 | cursive = { git = "https://github.com/gyscos/Cursive" } |
10 | regex = "1" | 10 | regex = "1" |
11 | urlencoding = "1.0.0" | 11 | urlencoding = "1.0.0" |
12 | clap = "2.32.0" | ||
13 | lazy_static = "1.0.2" | ||