commit e406cbd47f5a8d3129b97df87f0bd3c8919d9a0f parent b61b5f405ebb18dde700756aa54107cb6f0e3c4b Author: Shimmy Xu <shimmy.xu@shimmy1996.com> Date: Sun, 15 Sep 2019 12:22:43 -0400 Add package meta Diffstat:
M | Cargo.toml | | | 7 | +++++++ |
1 file changed, 7 insertions(+), 0 deletions(-) diff --git a/Cargo.toml b/Cargo.toml @@ -3,6 +3,13 @@ name = "twixter" version = "0.1.0" authors = ["Shimmy Xu <shimmy.xu@shimmy1996.com>"] edition = "2018" +description = "A twtxt command line client written in Rust." +homepage = "https://github.com/shimmy1996/twixter" +documentation = "https://docs.rs/twixter" +readme = "./README.org" +license = "MIT OR Apache-2.0" +keywords = ["twtxt"] +categories = ["command-line-utilities"] [dependencies] chrono = "~0.4.8"