aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNerdyPepper <[email protected]>2018-06-22 16:18:57 +0100
committerNerdyPepper <[email protected]>2018-06-22 16:18:57 +0100
commit59264a5516a6782608d9967015d0a7ab60b04b42 (patch)
tree0b2ab1157bdd6a68f9913bb76e8d1a1239b22fc7 /Cargo.toml
parentaa9d82749ae45bc7c5310e1c2c901551aab65c83 (diff)
Update deps
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 6ca5554..06d95e7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,3 +6,4 @@ authors = ["NerdyPepper <[email protected]>"]
6[dependencies] 6[dependencies]
7reqwest = { git = "https://github.com/seanmonstar/reqwest" } 7reqwest = { 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" }