From a1f3c7921da4dea22d67c15ebd8ff25d5b192132 Mon Sep 17 00:00:00 2001 From: Hatter Jiang Date: Thu, 1 Oct 2020 10:13:52 +0800 Subject: [PATCH] chore: update Cargo.toml --- Cargo.toml | 5 +++++ README.md | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 34ca7d2..3e74b1c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,11 @@ name = "rustcli" version = "0.1.0" authors = ["Hatter Jiang "] edition = "2018" +license = "MIT" +readme = "README.md" +keywords = ["rustcli"] +description = "Rust Cli - Rust command line util" +repository = "https://git.hatter.ink/hatter/rustcli" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/README.md b/README.md index c629a08..e2f00a5 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ # rustcli -Rust Cli \ No newline at end of file +Rust Cli - Rust command line util +