hpk-update/Cargo.toml

17 lines
399 B
TOML

[package]
name = "hpk-update"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[features]
default = ["client"]
client = []
server = []
[dependencies]
hpk-package = { git = "https://git.hitchhiker-linux.org/jeang3nie/hpk-package" }
rayon = "1.7"
serde = { version = "1.0.159", features = ["derive"] }
url = "2.3.1"