forked from miksax/rust_runtime
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.lock
More file actions
28 lines (24 loc) · 652 Bytes
/
Cargo.lock
File metadata and controls
28 lines (24 loc) · 652 Bytes
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
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "example"
version = "0.1.0"
dependencies = [
"hex",
"rust_runtime",
"wasm_allocator",
]
[[package]]
name = "hex"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
[[package]]
name = "rust_runtime"
version = "0.1.0"
[[package]]
name = "wasm_allocator"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c8f71f7436c9b614d8b94613c053fb38e87fd22796cc27c780ee97ec9a085b1"