aboutsummaryrefslogtreecommitdiff
path: root/server/data/Cargo.toml
blob: 650647358d3c3a26bd889e39224e98f971da26b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "hurrycurry-data"
version = "0.1.0"
edition = "2024"

[dependencies]
hurrycurry-protocol = { path = "../protocol" }
hurrycurry-locale = { path = "../locale" }
anyhow = "1.0.100"
serde_json = "1.0.145"
serde = { version = "1.0.225", features = ["derive"] }
shlex = "1.3.0"
clap = { version = "4.5.47", features = ["derive"] }
serde_yml = "0.0.12"
log = "0.4.28"

[features]
fast_recipes = []