diff options
| author | Gustav Sörnäs <gustav@sornas.net> | 2021-06-25 08:54:26 +0200 |
|---|---|---|
| committer | Gustav Sörnäs <gustav@sornas.net> | 2021-06-26 07:55:51 +0200 |
| commit | e652e2b0671308827265b42279180acefa6063f0 (patch) | |
| tree | 95fc0c3268eaa5942ae701e9e4c1b2f49afd0270 /mumd/Cargo.toml | |
| parent | a2bfad84e4ef7bf7de90c50b6b0df39588182f82 (diff) | |
| download | mum-e652e2b0671308827265b42279180acefa6063f0.tar.gz | |
fix warnings
Diffstat (limited to 'mumd/Cargo.toml')
| -rw-r--r-- | mumd/Cargo.toml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mumd/Cargo.toml b/mumd/Cargo.toml index 02a069c..91d20d8 100644 --- a/mumd/Cargo.toml +++ b/mumd/Cargo.toml @@ -33,8 +33,6 @@ mumble-protocol = "0.4.1" native-tls = "0.2" 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", "fs"] } tokio-native-tls = "0.3" tokio-util = { version = "0.6", features = ["codec", "net"] } |
