diff --git a/Cargo.lock b/Cargo.lock index c3ab127..6eda29d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1274,7 +1274,7 @@ dependencies = [ [[package]] name = "servable" -version = "0.0.3" +version = "0.0.4" dependencies = [ "axum", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 3c2739e..21ff215 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ resolver = "2" [workspace.package] rust-version = "1.90.0" edition = "2024" -version = "0.0.3" +version = "0.0.4" license = "GPL-3.0" repository = "https://github.com/rm-dr/servable" readme = "README.md" diff --git a/crates/servable/Cargo.toml b/crates/servable/Cargo.toml index 0ff3a47..81822fe 100644 --- a/crates/servable/Cargo.toml +++ b/crates/servable/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "servable" -description = "A tiny web stack featuring htmx, Axum, Rust, and Maud." +description = "A tiny web stack built around htmx, Axum, and Maud." keywords = ["htmx", "web", "webui", "maud", "framework"] categories = ["web-programming", "web-programming::http-server"] rust-version = { workspace = true } diff --git a/crates/servable/README.md b/crates/servable/README.md index 975c715..240cb5c 100644 --- a/crates/servable/README.md +++ b/crates/servable/README.md @@ -1,9 +1,5 @@ # Servable: a simple web framework -### TODO: -- cache-bust fonts in css (dynamic replace in css (fonts)) - - [![CI](https://github.com/rm-dr/servable/workflows/CI/badge.svg)](https://github.com/rm-dr/servable/actions) [![Cargo](https://img.shields.io/crates/v/servable.svg)](https://crates.io/crates/servable) [![API reference](https://docs.rs/servable/badge.svg)](https://docs.rs/servable/) @@ -206,3 +202,6 @@ println!("Css is at {route}"); let router = ServableRouter::new() .add_page_with_route(&HTMX); ``` + +## TODO: +- cache-busting fonts in css is not possible, we need to dynamic replace urls