diff options
Diffstat (limited to 'server/tools/Cargo.toml')
| -rw-r--r-- | server/tools/Cargo.toml | 3 |
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" |