Rust library to generate static websites
5
fork

Configure Feed

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

fix: explicitely include dist js files

+1
+1
crates/maudit-cli/Cargo.toml
··· 4 4 version = "0.6.2" 5 5 license = "MIT" 6 6 edition = "2024" 7 + include = ["js/dist/**/**", "src/**", "Cargo.toml", "Cargo.lock", "CHANGELOG.md"] 7 8 8 9 [[bin]] 9 10 name = "maudit"