We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 166e3b9 commit a1e396aCopy full SHA for a1e396a
Cargo.toml
@@ -2,6 +2,13 @@
2
name = "crufty"
3
version = "0.1.0"
4
edition = "2024"
5
+license = "MIT"
6
+description = "A command-line tool that scans projects for large build artifacts and cleans them up safely"
7
+homepage = "https://github.com/EncodePanda/crufty"
8
+repository = "https://github.com/EncodePanda/crufty"
9
+readme = "README.md"
10
+categories = ["command-line-utilities"]
11
+
12
13
[dependencies]
14
clap = { version = "4.4", features = ["derive"] }
0 commit comments