aboutsummaryrefslogtreecommitdiff
path: root/planetwars-server/Cargo.toml
diff options
context:
space:
mode:
authorIlion Beyst <ilion.beyst@gmail.com>2022-02-20 23:06:05 +0100
committerIlion Beyst <ilion.beyst@gmail.com>2022-02-20 23:06:05 +0100
commit9c90e79575afb3ab2574f1d7e0fc79d7fae90458 (patch)
tree6faf17c06481b52a612b45f9af35185a29c3fb90 /planetwars-server/Cargo.toml
parent8f29332048ce8fb1f06148be82542832a517ec84 (diff)
downloadplanetwars.dev-9c90e79575afb3ab2574f1d7e0fc79d7fae90458.tar.xz
planetwars.dev-9c90e79575afb3ab2574f1d7e0fc79d7fae90458.zip
implement basic configuration
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 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"