summaryrefslogtreecommitdiff
path: root/Cargo.lock
blob: 60cf66d09c0e136031be7f7f4405dd8358273f39 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "bedrock-asm"
version = "4.0.0"
dependencies = [
 "vagabond",
 "xflags",
]

[[package]]
name = "vagabond"
version = "1.0.1"
source = "git+git://benbridle.com/vagabond?tag=v1.0.1#08f3153fea62ea81a42438347eeee058f5bec199"

[[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"