-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.lock
39 lines (34 loc) · 1.01 KB
/
Cargo.lock
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
35
36
37
38
39
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "libc"
version = "0.2.126"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836"
[[package]]
name = "libc-print"
version = "0.1.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4580c894695923468a80b039d7e552739c79612fe4d32beb0f20175de1985d6d"
dependencies = [
"libc",
]
[[package]]
name = "libc_alloc"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "db1d62455a2746a7f4a67a62d77f969954cd7d3bca46e4d037acd097ba79dab4"
[[package]]
name = "no-std-compat"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b93853da6d84c2e3c7d730d6473e8817692dd89be387eb01b94d7f108ecb5b8c"
[[package]]
name = "rust-no-std-console"
version = "0.1.0"
dependencies = [
"libc-print",
"libc_alloc",
"no-std-compat",
]