update: Cargo.toml

This commit is contained in:
2026-05-29 18:22:51 +02:00
parent 06563b6a96
commit da24be9a63
4 changed files with 558 additions and 0 deletions
+16
View File
@@ -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"