summaryrefslogtreecommitdiffstats
path: root/server/Cargo.toml
diff options
context:
space:
mode:
authorFelix <me@nutomic.com>2020-01-11 13:30:45 +0100
committerFelix <me@nutomic.com>2020-01-11 13:50:07 +0100
commit4361f48b98fc07c6abf14ecfe54953929fe38130 (patch)
treea667348a5490266ecfcdd48eb92a5a4161f1e943 /server/Cargo.toml
parentd8c84e2541e4b8babde72261e4db8db93d649829 (diff)
Make various functions async
Diffstat (limited to 'server/Cargo.toml')
-rw-r--r--server/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/Cargo.toml b/server/Cargo.toml
index a4d068ef..5d00d6ee 100644
--- a/server/Cargo.toml
+++ b/server/Cargo.toml
@@ -18,6 +18,7 @@ actix = "0.9.0"
actix-web = "2.0.0"
actix-files = "0.2.1"
actix-web-actors = "2.0.0"
+actix-rt = "1.0.0"
env_logger = "0.7.1"
rand = "0.7.0"
strum = "0.17.1"