diff options
Diffstat (limited to 'server/tools/Cargo.toml')
| -rw-r--r-- | server/tools/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/tools/Cargo.toml b/server/tools/Cargo.toml index 8c26cdfe..db1c5ebf 100644 --- a/server/tools/Cargo.toml +++ b/server/tools/Cargo.toml @@ -10,6 +10,7 @@ env_logger = "0.11.8" clap = { version = "4.5.47", features = ["derive"] } hurrycurry-protocol = { path = "../protocol" } hurrycurry-server = { path = ".." } +hurrycurry-locale = { path = "../locale" } serde_json = "1.0.145" serde = { version = "1.0.225", features = ["derive"] } markup = "0.15.0" |