wiringop-rs/Cargo.toml

14 lines
194 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]
2024-10-29 17:45:16 +00:00
once_cell = "1.20.2"
2024-10-29 12:54:42 +00:00
thiserror = "1.0.65"
[build-dependencies]
cc = "1.1.31"
glob = "0.3.1"
bindgen = "0.70.1"