aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorGustav Sörnäs <gustav@sornas.net>2021-01-05 12:19:54 +0100
committerGustav Sörnäs <gustav@sornas.net>2021-01-05 12:20:21 +0100
commitba4aa72654f2d57d59f6e25151315213bec21192 (patch)
tree6ff7fe03e3ebbc4b351fae778fd1c02f2d6148de /Cargo.lock
parent531dc28e2c09a13336b057044bf8721d4b2c4c00 (diff)
parent2cef2e31a139e453474298b3278c98f18eba7203 (diff)
downloadmum-ba4aa72654f2d57d59f6e25151315213bec21192.tar.gz
Merge remote-tracking branch 'origin/choose-sfx' into main
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock35
1 files changed, 35 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 904fe44..f732507 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -851,6 +851,15 @@ dependencies = [
]
[[package]]
+name = "heck"
+version = "0.3.2"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "87cbf45460356b7deeb5e3415b5563308c0a9b057c85e12b06ad551f98d0a6ac"
+dependencies = [
+ "unicode-segmentation",
+]
+
+[[package]]
name = "hermit-abi"
version = "0.1.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1208,6 +1217,8 @@ dependencies = [
"openssl",
"opus",
"serde",
+ "strum",
+ "strum_macros",
"tokio",
"tokio-native-tls",
"tokio-stream",
@@ -2002,6 +2013,24 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6446ced80d6c486436db5c078dde11a9f73d42b57fb273121e160b84f63d894c"
[[package]]
+name = "strum"
+version = "0.20.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "7318c509b5ba57f18533982607f24070a55d353e90d4cae30c467cdb2ad5ac5c"
+
+[[package]]
+name = "strum_macros"
+version = "0.20.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "ee8bc6b87a5112aeeab1f4a9f7ab634fe6cbefc4850006df31267f4cfb9e3149"
+dependencies = [
+ "heck",
+ "proc-macro2",
+ "quote",
+ "syn",
+]
+
+[[package]]
name = "syn"
version = "1.0.56"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -2221,6 +2250,12 @@ dependencies = [
]
[[package]]
+name = "unicode-segmentation"
+version = "1.7.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "bb0d2e7be6ae3a5fa87eed5fb451aff96f2573d2694942e40543ae0bbe19c796"
+
+[[package]]
name = "unicode-width"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"