aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNerdyPepper <[email protected]>2018-07-23 12:55:31 +0100
committerNerdyPepper <[email protected]>2018-07-23 12:55:31 +0100
commit6e71ad1a3b5df79f2ec0c8cbb5194ef1fe2c4faa (patch)
tree921effc929743688f4a4f340da009d8c8e02e9d6 /Cargo.toml
parentd454b4d574fd6695342a122f26bdbd25966a8f42 (diff)
Add deps, fix url handling
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"