aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index adfbc50..c026cef 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,9 +6,9 @@ authors = ["NerdyPepper <[email protected]>"]
6description = "TUI MediaWiki browser" 6description = "TUI MediaWiki browser"
7 7
8[dependencies] 8[dependencies]
9reqwest = { git = "https://github.com/seanmonstar/reqwest" } 9reqwest = "0.9.5"
10serde_json = { git = "https://github.com/serde-rs/json" } 10serde_json = "1.0.33"
11cursive = { git = "https://github.com/gyscos/Cursive" } 11cursive = "0.9.2"
12regex = "1" 12regex = "1"
13urlencoding = "1.0.0" 13urlencoding = "1.0.0"
14clap = "2.32.0" 14clap = "2.32.0"