Files
topaz/Cargo.toml
T
2026-05-30 02:56:49 +02:00

23 lines
454 B
TOML

[package]
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"