cargo: add more definitions to manifest
This commit is contained in:
parent
a052b6024c
commit
9c525bd59b
1 changed files with 5 additions and 0 deletions
|
@ -1,7 +1,12 @@
|
||||||
[package]
|
[package]
|
||||||
name = "bunbun"
|
name = "bunbun"
|
||||||
|
description = "A simple and adorable sysinfo utility."
|
||||||
|
authors = ["Muhammad Nauman Raza <devraza@skiff.com>"]
|
||||||
version = "1.3.0"
|
version = "1.3.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
categories = ["command-line-utilities"]
|
||||||
|
license-file = "LICENSE"
|
||||||
|
readme = "README.md"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
clap = { version = "4.5.3", features = ["derive"] }
|
clap = { version = "4.5.3", features = ["derive"] }
|
||||||
|
|
Loading…
Reference in a new issue