aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNerdyPepper <[email protected]>2018-06-24 06:10:56 +0100
committerNerdyPepper <[email protected]>2018-06-24 06:10:56 +0100
commite531563fd343c3fa771fac723a13020462b56b19 (patch)
tree40b2809776968497f2887e0da049cae78903fbf3 /Cargo.toml
parenteaa4f3dea59a5743b89e8cd5f71c7cfb7abdc9af (diff)
Update deps
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 06d95e7..c9adcf3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,5 +1,5 @@
1[package] 1[package]
2name = "trickle" 2name = "taizen"
3version = "0.1.0" 3version = "0.1.0"
4authors = ["NerdyPepper <[email protected]>"] 4authors = ["NerdyPepper <[email protected]>"]
5 5
@@ -7,3 +7,4 @@ authors = ["NerdyPepper <[email protected]>"]
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" } 9cursive = { git = "https://github.com/gyscos/Cursive" }
10regex = "1"