From ee57f06544a7281138ee909995fde4a1b3993c4b Mon Sep 17 00:00:00 2001 From: Ilion Beyst Date: Wed, 23 Nov 2022 17:33:39 +0100 Subject: implement create new map endpoint --- planetwars-server/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'planetwars-server/Cargo.toml') 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" -- cgit v1.2.3