From e23509097b904dcd134a2b54babe85eb16aedd52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustav=20S=C3=B6rn=C3=A4s?= Date: Sun, 3 Jan 2021 18:58:42 +0100 Subject: enumiter --- mumd/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mumd/Cargo.toml') 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"] } -- cgit v1.2.1