diff --git a/type-cli-derive/Cargo.toml b/type-cli-derive/Cargo.toml index 5f316d1..41e9f95 100644 --- a/type-cli-derive/Cargo.toml +++ b/type-cli-derive/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "type-cli-derive" version = "0.0.1" -authors = ["JoJoJet"] +authors = ["JoJoJet "] edition = "2018" description = "Derive macro for a convenient, type-safe CLI parser." repository = "https://github.com/JoJoJet/type-cli" diff --git a/type-cli/Cargo.toml b/type-cli/Cargo.toml index 0b7b8c0..22cae54 100644 --- a/type-cli/Cargo.toml +++ b/type-cli/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "type-cli" -version = "0.0.1" -authors = ["JoJoJet"] +version = "0.0.2" +authors = ["JoJoJet "] edition = "2018" -description = "A convenient, type-safe CLI parser." +description = "A convenient, strongly-typed CLI parser." repository = "https://github.com/JoJoJet/type-cli" license = "MIT" keywords = ["cli", "command", "clap", "derive"]