aboutsummaryrefslogtreecommitdiff
path: root/server/locale-export/Cargo.toml
blob: 6bcb4a34ad852b004b6e217f3e24cbd25299a590 (plain)
1
2
3
4
5
6
7
8
9
[package]
name = "hurrycurry-locale-export"
version = "0.1.0"
edition = "2024"

[dependencies]
clap = { version = "4.5.47", features = ["derive"] }
anyhow = "1.0.99"
serde_json = "1.0.145"