aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNerdyPepper <[email protected]>2018-07-16 16:44:46 +0100
committerNerdyPepper <[email protected]>2018-07-16 16:44:46 +0100
commit5b06a4ef9b8b2d9cc18f18c4ff6cfddf632f7483 (patch)
treec0f4476fd90aac3eb620c4e773bc978b9697e31d /Cargo.toml
parent6f84a1ef0be7cc3b3272d5916810213038f3d875 (diff)
Fix url handling
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c9adcf3..286bdaf 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,3 +8,4 @@ reqwest = { git = "https://github.com/seanmonstar/reqwest" }
8serde_json = { git = "https://github.com/serde-rs/json" } 8serde_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"