Rust library to generate static websites
5
fork

Configure Feed

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

feat(cli): 0.3.1

+2 -2
+1 -1
Cargo.lock
··· 1763 1763 1764 1764 [[package]] 1765 1765 name = "maudit-cli" 1766 - version = "0.3.0" 1766 + version = "0.3.1" 1767 1767 dependencies = [ 1768 1768 "axum", 1769 1769 "chrono",
+1 -1
crates/cli/Cargo.toml
··· 1 1 [package] 2 2 name = "maudit-cli" 3 3 description = "CLI to operate on maudit projects." 4 - version = "0.3.0" 4 + version = "0.3.1" 5 5 license = "MIT" 6 6 edition = "2021" 7 7