diff options
author | Ilion Beyst <ilion.beyst@gmail.com> | 2022-11-23 17:33:39 +0100 |
---|---|---|
committer | Ilion Beyst <ilion.beyst@gmail.com> | 2022-11-23 17:33:39 +0100 |
commit | ee57f06544a7281138ee909995fde4a1b3993c4b (patch) | |
tree | d8b634161ef76b39df6b05d6375987227054c193 /Cargo.lock | |
parent | 1eb81092d7a3e7925ae8e4258aa35a009f911b6e (diff) | |
download | planetwars.dev-ee57f06544a7281138ee909995fde4a1b3993c4b.tar.xz planetwars.dev-ee57f06544a7281138ee909995fde4a1b3993c4b.zip |
implement create new map endpoint
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1620,6 +1620,7 @@ dependencies = [ "hyper", "parking_lot 0.12.1", "planetwars-matchrunner", + "planetwars-rules", "prost", "rand 0.8.4", "rust-argon2", |