Rust library to generate static websites
5
fork

Configure Feed

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

Merge branch 'main' into feat/prefetch

authored by

Erika and committed by
GitHub
a6146e39 e53513de

+2
+1
.github/workflows/release.yml
··· 44 44 GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} 45 45 CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }} 46 46 with: 47 + args: "--allow-dirty" 47 48 create-github-release: true
+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"