diff options
Diffstat (limited to 'mumd/Cargo.toml')
| -rw-r--r-- | mumd/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mumd/Cargo.toml b/mumd/Cargo.toml index 0f5edb1..4f0bc19 100644 --- a/mumd/Cargo.toml +++ b/mumd/Cargo.toml @@ -35,6 +35,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-stream = "0.1.0" tokio-native-tls = "0.3" |
