lpkg/Cargo.toml
2025-09-30 17:08:26 +02:00

15 lines
301 B
TOML

[package]
name = "package_management"
version = "0.1.0"
edition = "2024"
[dependencies]
console = "0.16.1"
indicatif = "0.18.0"
md5 = "0.8.0"
rand = "0.9.2"
reqwest = { version = "0.12.23", features = ["blocking", "json"] }
scraper = "0.19.0"
serde = { version = "1.0.228", features = ["derive"] }