diff --git a/Cargo.toml b/Cargo.toml index 64306b3..97b45fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,7 @@ [package] name = "sysroot-cleaner" authors = ["Matteo Settenvini "] +description = "A tool to clean up sysroots for Linux embedded devices in order to save storage space" edition = "2024" version = "1.0.0" license = "EUPL-1.2" @@ -12,7 +13,7 @@ readme = "README.md" repository = "https://git.montecristosoftware.eu/matteo/sysroot-cleaner.git" homepage = "https://git.montecristosoftware.eu/matteo/sysroot-cleaner/" -keywords = ["sysroot", "cleaner", "embedded", "image", "buildroot", "filesystem"] +keywords = ["sysroot", "cleaner", "embedded", "buildroot", "filesystem"] categories = ["command-line-utilities", "development-tools::build-utils", "filesystem", "embedded"] [dependencies]