1
0
mirror of https://github.com/rm-dr/servable.git synced 2025-11-28 05:19:33 -08:00

README
All checks were successful
CI / Check typos (push) Successful in 32s
CI / Check links (push) Successful in 13s
CI / Clippy (push) Successful in 2m58s
CI / Build and test (push) Successful in 8m36s

This commit is contained in:
2025-11-27 20:35:45 -08:00
committed by Mark
parent e5926bccbf
commit 8674bd9c85
4 changed files with 6 additions and 7 deletions

2
Cargo.lock generated
View File

@@ -1274,7 +1274,7 @@ dependencies = [
[[package]]
name = "servable"
version = "0.0.3"
version = "0.0.4"
dependencies = [
"axum",
"chrono",

View File

@@ -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"

View File

@@ -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 }

View File

@@ -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