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 db1c5ebf..1c427c81 100644 --- a/server/tools/Cargo.toml +++ b/server/tools/Cargo.toml @@ -11,6 +11,7 @@ clap = { version = "4.5.47", features = ["derive"] } hurrycurry-protocol = { path = "../protocol" } hurrycurry-server = { path = ".." } hurrycurry-locale = { path = "../locale" } +hurrycurry-data = { path = "../data" } serde_json = "1.0.145" serde = { version = "1.0.225", features = ["derive"] } markup = "0.15.0" |