aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c026cef..96c9fae 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,6 +4,10 @@ license = "MIT"
4version = "0.1.0" 4version = "0.1.0"
5authors = ["NerdyPepper <[email protected]>"] 5authors = ["NerdyPepper <[email protected]>"]
6description = "TUI MediaWiki browser" 6description = "TUI MediaWiki browser"
7repository = "https://github.com/NerdyPepper/taizen"
8readme = "./readme.md"
9keywords = ["wikipedia", "tui", "app", "curses"]
10categories = ["command-line-utilities"]
7 11
8[dependencies] 12[dependencies]
9reqwest = "0.9.5" 13reqwest = "0.9.5"