sensor/Cargo.toml

14 lines
214 B
TOML
Raw Normal View History

2022-01-07 22:37:15 +01:00
[package]
name = "sensor"
version = "0.1.0"
edition = "2021"
build = "build.rs"
[dependencies]
libc = "0.2"
[build-dependencies]
cc = { version = "1.0", features = ["parallel"] }
bindgen = "*"
pkg-config = "0.3"