From 9c90e79575afb3ab2574f1d7e0fc79d7fae90458 Mon Sep 17 00:00:00 2001 From: Ilion Beyst Date: Sun, 20 Feb 2022 23:06:05 +0100 Subject: implement basic configuration --- 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 77e8fe9..be34a5f 100644 --- a/planetwars-server/Cargo.toml +++ b/planetwars-server/Cargo.toml @@ -24,6 +24,7 @@ base64 = "0.13.0" zip = "0.5" toml = "0.5" planetwars-matchrunner = { path = "../planetwars-matchrunner" } +config = { version = "0.12", features = ["toml"] } # TODO: remove me shlex = "1.1" -- cgit v1.2.3