aboutsummaryrefslogtreecommitdiff
path: root/planetwars-server/Cargo.toml
diff options
context:
space:
mode:
authorIlion Beyst <ilion.beyst@gmail.com>2022-11-23 17:33:39 +0100
committerIlion Beyst <ilion.beyst@gmail.com>2022-11-23 17:33:39 +0100
commitee57f06544a7281138ee909995fde4a1b3993c4b (patch)
treed8b634161ef76b39df6b05d6375987227054c193 /planetwars-server/Cargo.toml
parent1eb81092d7a3e7925ae8e4258aa35a009f911b6e (diff)
downloadplanetwars.dev-ee57f06544a7281138ee909995fde4a1b3993c4b.tar.xz
planetwars.dev-ee57f06544a7281138ee909995fde4a1b3993c4b.zip
implement create new map endpoint
Diffstat (limited to 'planetwars-server/Cargo.toml')
-rw-r--r--planetwars-server/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/planetwars-server/Cargo.toml b/planetwars-server/Cargo.toml
index 183bb90..735836e 100644
--- a/planetwars-server/Cargo.toml
+++ b/planetwars-server/Cargo.toml
@@ -34,6 +34,7 @@ serde_json = "1.0"
base64 = "0.13.0"
zip = "0.5"
toml = "0.5"
+planetwars-rules = { path = "../planetwars-rules" }
planetwars-matchrunner = { path = "../planetwars-matchrunner" }
config = { version = "0.12", features = ["toml"] }
thiserror = "1.0.31"