openstellaris/triangle-sys/Cargo.toml

15 lines
308 B
TOML
Raw Normal View History

2023-12-26 01:40:37 +00:00
[package]
name = "triangle-sys"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
libc = "0.2.151"
[build-dependencies]
bindgen = "0.69.1"
cc = { version = "1.0", features = ["parallel"] }
pkg-config = "0.3"