Cargo.toml (450B)
1 [package] 2 authors = ["Zack Newman <zack@philomathiclife.com>"] 3 categories = ["command-line-utilities"] 4 description = "Generates the 'bulk writers' in the BulkWriters128 and BulkWriters256 C# shared libraries." 5 edition = "2021" 6 keywords = ["cli", "C#"] 7 license = "MIT OR Apache-2.0" 8 name = "gen_writers" 9 readme = "README.md" 10 repository = "https://git.philomathiclife.com/repos/gen_writers/" 11 version = "1.0.0" 12 13 [[bin]] 14 name = "gw" 15 path = "src/main.rs"