aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2022-02-03 02:16:24 +0000
committermat <github@matdoes.dev>2022-02-03 02:16:24 +0000
commit4ff67d4917ce333232189e86aee09f2d82451fc6 (patch)
tree07c8688f54084d8ebbade9b13ac22e7d50a91e64 /Cargo.lock
parent1b888881516c7553126e0c7fc2539d14b129e29e (diff)
downloadazalea-drasl-4ff67d4917ce333232189e86aee09f2d82451fc6.tar.xz
a
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock19
1 files changed, 19 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index a0ca81fb..d52792ce 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -72,6 +72,7 @@ name = "azalea-brigadier"
version = "0.1.0"
dependencies = [
"dyn-clonable",
+ "enum_dispatch",
"lazy_static",
]
@@ -383,6 +384,18 @@ dependencies = [
]
[[package]]
+name = "enum_dispatch"
+version = "0.3.7"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "bd53b3fde38a39a06b2e66dc282f3e86191e53bd04cc499929c15742beae3df8"
+dependencies = [
+ "once_cell",
+ "proc-macro2",
+ "quote",
+ "syn",
+]
+
+[[package]]
name = "flate2"
version = "1.0.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -718,6 +731,12 @@ dependencies = [
]
[[package]]
+name = "once_cell"
+version = "1.9.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "da32515d9f6e6e489d7bc9d84c71b060db7247dc035bbe44eac88cf87486d8d5"
+
+[[package]]
name = "oorandom"
version = "11.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"