initial, gets info from aur packages
This commit is contained in:
8
Cargo.toml
Normal file
8
Cargo.toml
Normal 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"
|
||||
Reference in New Issue
Block a user