aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 286bdaf..2adeae2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,3 +9,5 @@ serde_json = { git = "https://github.com/serde-rs/json" }
9cursive = { git = "https://github.com/gyscos/Cursive" } 9cursive = { git = "https://github.com/gyscos/Cursive" }
10regex = "1" 10regex = "1"
11urlencoding = "1.0.0" 11urlencoding = "1.0.0"
12clap = "2.32.0"
13lazy_static = "1.0.2"