From 1a776d7c872b99be3e5aa4576e710b85dca84f9e Mon Sep 17 00:00:00 2001 From: ZapAnton Date: Mon, 30 Jul 2018 09:14:21 +0300 Subject: Getting app name, version, author and description from Cargo.toml --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 2adeae2..c397436 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,7 @@ name = "taizen" version = "0.1.0" authors = ["NerdyPepper "] +description = "TUI MediaWiki browser" [dependencies] reqwest = { git = "https://github.com/seanmonstar/reqwest" } -- cgit v1.2.3