diff --git a/Cargo.lock b/Cargo.lock index 31341c4..84fff3f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -96,7 +96,7 @@ checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be" [[package]] name = "notox" -version = "1.0.4" +version = "1.0.5" dependencies = [ "assert_cmd", "predicates", diff --git a/Cargo.toml b/Cargo.toml index ffc7020..4d3d5c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,14 +1,20 @@ [package] name = "notox" -version = "1.0.4" -authors = ["n4n5"] +version = "1.0.5" +authors = ["n4n5 "] +categories = ["command-line-utilities"] edition = "2021" description = "no toxic names anymore" license = "MIT" homepage = "https://github.com/Its-Just-Nans/notox" repository = "https://github.com/Its-Just-Nans/notox" +keywords = ["clean", "filenames", "file", "filesystem", "tool", "notox"] +[[bin]] +name = "notox" +path = "src/main.rs" + # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]