aboutsummaryrefslogtreecommitdiff
path: root/server/tools/Cargo.toml
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-10-07 17:32:43 +0200
committermetamuffin <metamuffin@disroot.org>2025-10-07 17:32:43 +0200
commit30bfe4dc801fdfd3ab8d7a5e36bba67eee70d33b (patch)
tree59c6b9676e555f2264a1e8bd0f2b4f0fa7acd4e7 /server/tools/Cargo.toml
parentf01b9bb2375e1dbaede262c6281dc3a3d068cbb1 (diff)
downloadhurrycurry-30bfe4dc801fdfd3ab8d7a5e36bba67eee70d33b.tar
hurrycurry-30bfe4dc801fdfd3ab8d7a5e36bba67eee70d33b.tar.bz2
hurrycurry-30bfe4dc801fdfd3ab8d7a5e36bba67eee70d33b.tar.zst
Split book exporting to own crate; move locale tool to server dir
Diffstat (limited to 'server/tools/Cargo.toml')
-rw-r--r--server/tools/Cargo.toml3
1 files changed, 0 insertions, 3 deletions
diff --git a/server/tools/Cargo.toml b/server/tools/Cargo.toml
index 1c427c81..ffffa426 100644
--- a/server/tools/Cargo.toml
+++ b/server/tools/Cargo.toml
@@ -9,9 +9,6 @@ log = "0.4.28"
env_logger = "0.11.8"
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"