summaryrefslogtreecommitdiffstats
path: root/safe_libc/Cargo.lock
blob: e659af2585ef4c4065a0da4b199ef6ee49461b19 (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.68"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dea0c0405123bba743ee3f91f49b1c7cfb684eef0da0a50110f758ccf24cdff0"

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