diff --git a/Cargo.lock b/Cargo.lock index 202a20d..e74ae87 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -798,7 +798,7 @@ checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741" [[package]] name = "salvo-cli" -version = "0.1.4" +version = "0.1.5" dependencies = [ "ansi_term", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 3f7c783..a3450ee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,9 @@ [package] name = "salvo-cli" -version = "0.1.4" +version = "0.1.5" edition = "2021" -authors = ["Fankai Liu liufankai137@outlook.com"] +authors = ["Fankai Liu liufankai137@outlook.com"] +keywords = ["salvo", "cli"] description = "This CLI tool aims to streamline the process of setting up a new project by generating a template structure. Key features might include generating boilerplate code, configuring necessary dependencies, and setting up a basic project structure suitable for Salvo-based applications" license = "MIT/Apache-2.0" repository = "https://github.com/fankaiLiu/salvo-cli"