Couple a basic simulation to the web server

This commit is contained in:
2020-05-30 16:40:12 +02:00
parent 5e05d9715b
commit 8b509e5bd0
3 changed files with 542 additions and 37 deletions

View File

@@ -8,4 +8,6 @@ license = "AGPL-3.0-or-later"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rocket = "0.4.4"
legion = "0.2.1"
rand = "0.7.3"
rocket = "0.4.4"