diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ | |||
2 | name = "taizen" | 2 | name = "taizen" |
3 | version = "0.1.0" | 3 | version = "0.1.0" |
4 | authors = ["NerdyPepper <[email protected]>"] | 4 | authors = ["NerdyPepper <[email protected]>"] |
5 | description = "TUI MediaWiki browser" | ||
5 | 6 | ||
6 | [dependencies] | 7 | [dependencies] |
7 | reqwest = { git = "https://github.com/seanmonstar/reqwest" } | 8 | reqwest = { git = "https://github.com/seanmonstar/reqwest" } |