Skip to content

Commit 7143d01

Browse files
committed
README
1 parent e5926bc commit 7143d01

3 files changed

Lines changed: 5 additions & 6 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ resolver = "2"
55
[workspace.package]
66
rust-version = "1.90.0"
77
edition = "2024"
8-
version = "0.0.3"
8+
version = "0.0.4"
99
license = "GPL-3.0"
1010
repository = "https://github.com/rm-dr/servable"
1111
readme = "README.md"

crates/servable/README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
# Servable: a simple web framework
22

3-
### TODO:
4-
- cache-bust fonts in css (dynamic replace in css (fonts))
5-
6-
73
[![CI](https://github.com/rm-dr/servable/workflows/CI/badge.svg)](https://github.com/rm-dr/servable/actions)
84
[![Cargo](https://img.shields.io/crates/v/servable.svg)](https://crates.io/crates/servable)
95
[![API reference](https://docs.rs/servable/badge.svg)](https://docs.rs/servable/)
@@ -206,3 +202,6 @@ println!("Css is at {route}");
206202
let router = ServableRouter::new()
207203
.add_page_with_route(&HTMX);
208204
```
205+
206+
## TODO:
207+
- cache-busting fonts in css is not possible, we need to dynamic replace urls

0 commit comments

Comments
 (0)