From 032bca16be2bfe595daa1287efd5a64e57c4dbcf Mon Sep 17 00:00:00 2001 From: Matteo Settenvini Date: Mon, 8 Sep 2025 17:12:11 +0200 Subject: [PATCH] chore(Cargo.toml): add missing description --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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]