aboutsummaryrefslogtreecommitdiffstats
path: root/mumd/Cargo.toml
diff options
context:
space:
mode:
authorEskil Queseth <eskilq@kth.se>2021-03-26 01:10:09 +0100
committerEskil Queseth <eskilq@kth.se>2021-03-26 01:10:09 +0100
commit169eb4f49f3fd587e9c28f2209b2dd130425d866 (patch)
treeee4e782ed6a9a367c9ac4834b91e622e55b22680 /mumd/Cargo.toml
parentd484c05e56194346944b295968c66ccc0e543534 (diff)
downloadmum-169eb4f49f3fd587e9c28f2209b2dd130425d866.tar.gz
re-add check for live server
Diffstat (limited to 'mumd/Cargo.toml')
-rw-r--r--mumd/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/mumd/Cargo.toml b/mumd/Cargo.toml
index f271e69..7f0739b 100644
--- a/mumd/Cargo.toml
+++ b/mumd/Cargo.toml
@@ -36,7 +36,7 @@ opus = "0.2"
serde = { version = "1.0", features = ["derive"] }
strum = "0.20"
strum_macros = "0.20"
-tokio = { version = "1.0", features = ["macros", "rt", "rt-multi-thread", "sync", "net", "time", "io-util"] }
+tokio = { version = "1.0", features = ["macros", "rt", "rt-multi-thread", "sync", "net", "time", "io-util", "fs"] }
tokio-stream = "0.1.0"
tokio-native-tls = "0.3"
tokio-util = { version = "0.6", features = ["codec", "net"] }