diff options
author | Akshay <[email protected]> | 2018-07-30 17:17:09 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2018-07-30 17:17:09 +0100 |
commit | 82077440d0ee3e6f64921461e45bb8be764ec57d (patch) | |
tree | 89371169edc1cfbd7d629a14118ef15a82123b7c /Cargo.toml | |
parent | 769b323073a523414fd8bbfa1c3a734529196c1d (diff) | |
parent | 1a776d7c872b99be3e5aa4576e710b85dca84f9e (diff) |
Merge pull request #10 from ZapAnton/cargo_env
Setting app name, version, author and description from Cargo.toml
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" } |