From 64f7a10cd1fedf86400d77f958ec0aeb586181d9 Mon Sep 17 00:00:00 2001 From: Martin Frost Date: Sat, 23 May 2020 23:37:56 +0200 Subject: [PATCH] Flesh out manifest with more info --- Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 2c51a22..e81fe1b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,11 @@ name = "git_mob" version = "0.1.0" authors = ["Martin Frost "] edition = "2018" +description = "A CLI tool for social coding." +license = "MIT" +homepage = "https://github.com/Frost/git-mob" +repository = "https://github.com/Frost/git-mob" +readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html