summaryrefslogtreecommitdiffstats
path: root/safe_libc/Cargo.toml
blob: 03d9b941ddd4842d164044460c99649094ad5e18 (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.70", default-features = false }