diff --git a/Cargo.lock b/Cargo.lock index 9a681c8..77f2c87 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -798,7 +798,7 @@ checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741" [[package]] name = "salvo-cli" -version = "0.1.9" +version = "0.1.10" dependencies = [ "ansi_term", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 07ad112..a96c1af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "salvo-cli" -version = "0.1.9" +version = "0.1.10" edition = "2021" authors = ["Fankai Liu liufankai137@outlook.com"] keywords = ["salvo", "cli","template"] diff --git a/README.md b/README.md index e20dbaa..22ee6d3 100644 --- a/README.md +++ b/README.md @@ -24,12 +24,12 @@ cargo install --force salvo-cli | Status |Plan | |:---:|:---:| |✅| web api template | -|✅| web site with htmlx template | +|✅| web site with template | |✅|with sqlx template| |✅|basic midware | |✅|suport sqlite,pgsql,mysql| |✅|with seaorm template| -|| better web site | +|✅| better web site | || with diesel template| || with Rbatis template| ## License