diff options
author | metamuffin <metamuffin@disroot.org> | 2025-10-06 23:03:32 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-10-06 23:03:40 +0200 |
commit | 176e6bc6c4c29bea3be2aceca99743b997c76c97 (patch) | |
tree | 1161e7a966843324756340da4b6452492902fa07 /server/tools/Cargo.toml | |
parent | ea86b11b682500160f37b35ea8f06b081cd05036 (diff) | |
download | hurrycurry-176e6bc6c4c29bea3be2aceca99743b997c76c97.tar hurrycurry-176e6bc6c4c29bea3be2aceca99743b997c76c97.tar.bz2 hurrycurry-176e6bc6c4c29bea3be2aceca99743b997c76c97.tar.zst |
Move data code to own crate + general data refactor
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" |