diff options
author | metamuffin <metamuffin@disroot.org> | 2025-09-30 20:31:58 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-09-30 20:31:58 +0200 |
commit | 080672a5fee18336971fa18ab35bb82fb62a0225 (patch) | |
tree | 526daff5cb4a8891e586f7f2810bbda102839e6c /server/tools/Cargo.toml | |
parent | 9753f61af5e236dbc650145eb498cf369afc59d0 (diff) | |
download | hurrycurry-080672a5fee18336971fa18ab35bb82fb62a0225.tar hurrycurry-080672a5fee18336971fa18ab35bb82fb62a0225.tar.bz2 hurrycurry-080672a5fee18336971fa18ab35bb82fb62a0225.tar.zst |
Add map linter
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" |