initial, gets info from aur packages

This commit is contained in:
2026-03-29 20:25:00 +01:00
commit 238f3d00e5
6 changed files with 1909 additions and 0 deletions

8
Cargo.toml Normal file
View File

@@ -0,0 +1,8 @@
[package]
name = "voidpack"
version = "0.1.0"
edition = "2024"
[dependencies]
reqwest = { version = "0.13.2", features = ["blocking", "json"] }
serde_json = "1.0.149"