Skip to content

Commit

Permalink
Update manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
joseph-gio committed Dec 13, 2020
1 parent 2b39069 commit 59d1b7b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion type-cli-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "type-cli-derive"
version = "0.0.1"
authors = ["JoJoJet"]
authors = ["JoJoJet <joe102000@gmail.com>"]
edition = "2018"
description = "Derive macro for a convenient, type-safe CLI parser."
repository = "https://github.com/JoJoJet/type-cli"
Expand Down
6 changes: 3 additions & 3 deletions type-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[package]
name = "type-cli"
version = "0.0.1"
authors = ["JoJoJet"]
version = "0.0.2"
authors = ["JoJoJet <joe102000@gmail.com>"]
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"]
Expand Down

0 comments on commit 59d1b7b

Please # to comment.