hpk-update/Cargo.toml

17 lines
399 B
TOML
Raw Permalink Normal View History

2023-04-06 11:17:04 -04:00
[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"
2023-04-06 19:11:31 -04:00
serde = { version = "1.0.159", features = ["derive"] }
2023-04-06 11:17:04 -04:00
url = "2.3.1"