From ec5f62bceb070e132ad1f9a0ecb7ae2c1f778ae6 Mon Sep 17 00:00:00 2001 From: JoJoJet Date: Sun, 13 Dec 2020 13:42:08 -0500 Subject: [PATCH] Add readme to manifest --- type-cli/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/type-cli/Cargo.toml b/type-cli/Cargo.toml index 22cae54..7c31763 100644 --- a/type-cli/Cargo.toml +++ b/type-cli/Cargo.toml @@ -1,9 +1,10 @@ [package] name = "type-cli" -version = "0.0.2" +version = "0.0.3" authors = ["JoJoJet "] edition = "2018" description = "A convenient, strongly-typed CLI parser." +readme = "../README.md" repository = "https://github.com/JoJoJet/type-cli" license = "MIT" keywords = ["cli", "command", "clap", "derive"]