aboutsummaryrefslogtreecommitdiff
path: root/server/data/Cargo.toml
blob: 9233de18907306e50a785d1fb405a03e70279563 (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_yaml_ng = "0.10.0"
log = "0.4.28"

[features]
fast_recipes = []