Rust library to generate static websites
5
fork

Configure Feed

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

chore: sampo config

+7 -6
+1
.sampo/config.toml
··· 1 1 [packages] 2 2 linked = [["maudit", "maudit-macros"]] 3 + ignore = ["benchmarks/*", "examples/*", "maudit-website"]
+1 -1
examples/basics/Cargo.toml
··· 5 5 publish = false 6 6 7 7 [package.metadata.maudit] 8 - intended_version = "0.3.0" 8 + intended_version = "0.5.0" 9 9 10 10 [dependencies] 11 11 maudit = { workspace = true }
+1 -1
examples/blog/Cargo.toml
··· 5 5 publish = false 6 6 7 7 [package.metadata.maudit] 8 - intended_version = "0.3.0" 8 + intended_version = "0.5.0" 9 9 10 10 [dependencies] 11 11 maudit = { workspace = true }
+1 -1
examples/empty/Cargo.toml
··· 5 5 publish = false 6 6 7 7 [package.metadata.maudit] 8 - intended_version = "0.3.0" 8 + intended_version = "0.5.0" 9 9 10 10 [dependencies] 11 11 maudit = { workspace = true }
+1 -1
examples/image-processing/Cargo.toml
··· 5 5 publish = false 6 6 7 7 [package.metadata.maudit] 8 - intended_version = "0.3.0" 8 + intended_version = "0.5.0" 9 9 10 10 [dependencies] 11 11 maudit = { workspace = true }
+1 -1
examples/kitchen-sink/Cargo.toml
··· 5 5 publish = false 6 6 7 7 [package.metadata.maudit] 8 - intended_version = "0.3.0" 8 + intended_version = "0.5.0" 9 9 10 10 [dependencies] 11 11 maudit = { workspace = true }
+1 -1
examples/markdown-components/Cargo.toml
··· 5 5 publish = false 6 6 7 7 [package.metadata.maudit] 8 - intended_version = "0.3.0" 8 + intended_version = "0.5.0" 9 9 10 10 [dependencies] 11 11 maudit = { workspace = true }