hpk-update/Cargo.toml
2023-04-06 11:17:04 -04:00

16 lines
344 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"
url = "2.3.1"