Rust library to generate static websites
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: add profiling profile

+4
+4
Cargo.toml
··· 7 7 oubli = { path = "crates/oubli", version = "*" } 8 8 maud = { version = "0.26.0" } 9 9 serde = { version = "1.0.216" } 10 + 11 + [profile.profiling] 12 + inherits = "release" 13 + debug = true