chore(Cargo.toml): add missing description
This commit is contained in:
parent
b014853c67
commit
032bca16be
1 changed files with 2 additions and 1 deletions
|
@ -4,6 +4,7 @@
|
|||
[package]
|
||||
name = "sysroot-cleaner"
|
||||
authors = ["Matteo Settenvini <matteo.settenvini@montecristosoftware.eu>"]
|
||||
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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue