diff --git a/Cargo.toml b/Cargo.toml index 5e08f1f..bc1eb92 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,12 @@ [package] name = "bunbun" +description = "A simple and adorable sysinfo utility." +authors = ["Muhammad Nauman Raza "] version = "1.3.0" edition = "2021" +categories = ["command-line-utilities"] +license-file = "LICENSE" +readme = "README.md" [dependencies] clap = { version = "4.5.3", features = ["derive"] }