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"]