From 92dd789b88f7ac9c2d13874afd2055a4ff0c0365 Mon Sep 17 00:00:00 2001 From: Fankai Liu Date: Sat, 21 Oct 2023 14:21:14 +0800 Subject: [PATCH] update web site template --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) 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