this repo has no description
2
fork

Configure Feed

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

Changing name of crate to be more Rust friendly

+1 -1
+1 -1
Cargo.toml
··· 1 1 [package] 2 2 authors = ["Cass Forest"] 3 3 edition = "2024" 4 - name = "dice-wire" 4 + name = "dice_wire" 5 5 version = "0.1.0" 6 6 7 7 [lib]