summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock27
1 files changed, 25 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index edeeaf1..ab31947 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,7 +1,30 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
-version = 3
+version = 4
[[package]]
-name = "bedrock_asm"
+name = "bedrock-asm"
version = "3.0.0"
+dependencies = [
+ "vagabond",
+ "xflags",
+]
+
+[[package]]
+name = "vagabond"
+version = "1.0.0"
+
+[[package]]
+name = "xflags"
+version = "0.4.0-pre.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "4697c0db52cfb7277cf997ed334c92c739fafc7c5d44a948a906a5bf4b41a63f"
+dependencies = [
+ "xflags-macros",
+]
+
+[[package]]
+name = "xflags-macros"
+version = "0.4.0-pre.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "94d18ac1a136311770ed587356f8a828c9b86261f68761f34e6cdc6d5b4c435c"