10 lines
299 B
TOML
10 lines
299 B
TOML
[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.71", default-features = false }
|