aboutsummaryrefslogtreecommitdiffstats
path: root/mumd/Cargo.toml
diff options
context:
space:
mode:
authorGustav Sörnäs <gustav@sornas.net>2021-01-03 18:58:42 +0100
committerGustav Sörnäs <gustav@sornas.net>2021-01-03 18:58:42 +0100
commite23509097b904dcd134a2b54babe85eb16aedd52 (patch)
tree905e0a5afa407f64710383013e7b8ee41946283d /mumd/Cargo.toml
parent07f84c7738f7dd1aeaba3f7cae6a26d6a7e5835b (diff)
downloadmum-e23509097b904dcd134a2b54babe85eb16aedd52.tar.gz
enumiter
Diffstat (limited to 'mumd/Cargo.toml')
-rw-r--r--mumd/Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/mumd/Cargo.toml b/mumd/Cargo.toml
index 8c6958c..9af1f73 100644
--- a/mumd/Cargo.toml
+++ b/mumd/Cargo.toml
@@ -33,6 +33,8 @@ native-tls = "0.2"
openssl = { version = "0.10" }
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"] }
tokio-native-tls = "0.3"
tokio-util = { version = "0.6", features = ["codec", "net"] }