summaryrefslogtreecommitdiffhomepage
path: root/test/wasm_component/hello_world/Cargo.lock
blob: 2daeb73de9b35a58583d3b51b35b31c23672d978 (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
32
33
34
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "bitflags"
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1"

[[package]]
name = "test-wasi-component"
version = "0.1.0"
dependencies = [
 "bitflags",
 "wasi",
 "wit-bindgen-rt",
]

[[package]]
name = "wasi"
version = "0.13.0+wasi-0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "652cd73449d0b957a2743b70c72d79d34a5fa505696488f4ca90b46f6da94118"
dependencies = [
 "bitflags",
 "wit-bindgen-rt",
]

[[package]]
name = "wit-bindgen-rt"
version = "0.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "026d24a27f6712541fa534f2954bd9e0eb66172f033c2157c0f31d106255c497"