update: Cargo.toml
This commit is contained in:
+16
@@ -2,5 +2,21 @@
|
||||
name = "topaz"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
authors = ["theMZet <paszkietpawel@wp.pl>"]
|
||||
description = "Declerative package manager wrapper for Arch Linux"
|
||||
repository = "https://git.polydevs.dev/theMZet/topaz"
|
||||
license="GPL-3.0-or-later"
|
||||
publish = false
|
||||
|
||||
[features]
|
||||
yay = []
|
||||
paru = []
|
||||
|
||||
[profile.release]
|
||||
strip = true
|
||||
|
||||
[dependencies]
|
||||
clap = "4.6.1"
|
||||
clap_derive = "4.6.1"
|
||||
serde = { version = "1.0.228", features = ["derive"] }
|
||||
toml = "1.1.2"
|
||||
|
||||
Reference in New Issue
Block a user