summaryrefslogtreecommitdiffstats
path: root/safe_libc/Cargo.lock
blob: b20b067e190e2a0e4daa5f1d0f10fd9adb4e4e3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "libc"
version = "0.2.69"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "99e85c08494b21a9054e7fe1374a732aeadaff3980b6990b94bfd3a70f690005"

[[package]]
name = "safe_libc"
version = "0.1.0"
dependencies = [
 "libc",
]