Skip to content

Commit

Permalink
updatera till v0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent-thomas committed Sep 28, 2023
1 parent 6328092 commit 717d185
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion clier/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["Vincent Thomas"]
description = "A cli parser and framework for rust"
license = "MIT"
repository = "https://github.com/vincent-thomas/clier"
keywords = ["cli", "parser", "parse"]
keywords = ["cli", "framework", "parser"]
documentation = "https://docs.rs/clier"

[package.metadata.docs.rs]
Expand Down
4 changes: 4 additions & 0 deletions clier_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ name = "clier_cli"
version = "0.6.2"
edition = "2021"
license = "MIT"
description = "Cli for generating code for the clier framework"
repository = "https://github.com/vincent-thomas/clier"
keywords = ["cli", "framework", "parser"]
documentation = "https://docs.rs/clier"

[[bin]]
name = "clier"
Expand Down
3 changes: 3 additions & 0 deletions clier_parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,7 @@ edition = "2021"
authors = ["Vincent Thomas"]
description = "The underlying parser for the cli framework clier"
license = "MIT"
repository = "https://github.com/vincent-thomas/clier"
keywords = ["cli", "framework", "parser"]
documentation = "https://docs.rs/clier"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

0 comments on commit 717d185

Please sign in to comment.