wiringop-rs/Cargo.toml

13 lines
173 B
TOML
Raw Normal View History

2024-10-29 12:54:42 +00:00
[package]
name = "wiringop-rs"
version = "0.1.0"
edition = "2021"
[dependencies]
thiserror = "1.0.65"
[build-dependencies]
cc = "1.1.31"
glob = "0.3.1"
bindgen = "0.70.1"