this repo has no description
0
fork

Configure Feed

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

doc: add categories to Cargo.toml

+1 -2
+1 -2
Cargo.toml
··· 8 8 description = "cmprss - a compression multi-tool for the CLI" 9 9 repository = "https://github.com/arcuru/cmprss" 10 10 homepage = "https://github.com/arcuru/cmprss" 11 - 12 - # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html 11 + categories = ["command-line-utilities", "compression"] 13 12 14 13 [dependencies] 15 14 clap = { version = "4.2.1", features = ["derive"] }