cargo: add more definitions to manifest

This commit is contained in:
Muhammad Nauman Raza 2024-03-31 18:53:58 +01:00
parent a052b6024c
commit 9c525bd59b
Signed by: devraza
GPG key ID: 91EAD6081011574B

View file

@ -1,7 +1,12 @@
[package]
name = "bunbun"
description = "A simple and adorable sysinfo utility."
authors = ["Muhammad Nauman Raza <devraza@skiff.com>"]
version = "1.3.0"
edition = "2021"
categories = ["command-line-utilities"]
license-file = "LICENSE"
readme = "README.md"
[dependencies]
clap = { version = "4.5.3", features = ["derive"] }