This repository has been archived on 2025-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
neco/safe_libc/Cargo.toml

11 lines
299 B
TOML
Raw Permalink Normal View History

2020-04-04 13:22:18 +02:00
[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 }