From 717d18582fd0030e39e82e7173fe262d6911a5d8 Mon Sep 17 00:00:00 2001 From: Vincent Thomas Date: Fri, 29 Sep 2023 00:27:23 +0200 Subject: [PATCH] updatera till v0.6.2 --- clier/Cargo.toml | 2 +- clier_cli/Cargo.toml | 4 ++++ clier_parser/Cargo.toml | 3 +++ 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/clier/Cargo.toml b/clier/Cargo.toml index 741a3ad..df72107 100644 --- a/clier/Cargo.toml +++ b/clier/Cargo.toml @@ -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] diff --git a/clier_cli/Cargo.toml b/clier_cli/Cargo.toml index cf15de7..396ec8a 100644 --- a/clier_cli/Cargo.toml +++ b/clier_cli/Cargo.toml @@ -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" diff --git a/clier_parser/Cargo.toml b/clier_parser/Cargo.toml index 846ba44..cabf388 100644 --- a/clier_parser/Cargo.toml +++ b/clier_parser/Cargo.toml @@ -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 \ No newline at end of file