Rust library to generate static websites
1[workspace]
2members = ["crates/*", "benchmarks/*", "examples/*", "website", "xtask", "e2e/fixtures/*"]
3resolver = "3"
4
5[workspace.dependencies]
6maudit = { path = "crates/maudit", version = "*" }
7oubli = { path = "crates/oubli", version = "*" }
8maud = { version = "0.27.0" }
9serde = { version = "1.0.228" }
10
11[profile.profiling]
12inherits = "release"
13debug = true