16 lines
344 B
TOML
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"
|