Skip to content

Commit a1e396a

Browse files
committed
Update Cargo.toml to prepare the crate to be published
1 parent 166e3b9 commit a1e396a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Cargo.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
name = "crufty"
33
version = "0.1.0"
44
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+
512

613
[dependencies]
714
clap = { version = "4.4", features = ["derive"] }

0 commit comments

Comments
 (0)