summaryrefslogtreecommitdiffstats
path: root/safe_libc/Cargo.toml
blob: f776d096aec7d08a2cdd5c0f32c6fb2c8548dd7d (plain)
1
2
3
4
5
6
7
8
9
10
[package]
name = "safe_libc"
version = "0.1.0"
authors = ["Matthias Schiffer <mschiffer@universe-factory.net>"]
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
libc = { version = "0.2.68", default-features = false }