PKGBUILD

This commit is contained in:
JMARyA 2025-04-16 09:53:06 +02:00
parent cf5f641012
commit 2ed0bbb1a6
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
4 changed files with 71 additions and 14 deletions

View file

@ -3,6 +3,10 @@ name = "pacco"
version = "0.1.0"
edition = "2024"
[[bin]]
name = "pacco"
path = "src/main.rs"
[dependencies]
based = { git = "https://git.hydrar.de/jmarya/based" }
comrade = { git = "https://git.hydrar.de/jmarya/comrade" }