aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
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" }