13 lines
194 B
TOML
13 lines
194 B
TOML
[package]
|
|
name = "wiringop-rs"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
once_cell = "1.20.2"
|
|
thiserror = "1.0.65"
|
|
|
|
[build-dependencies]
|
|
cc = "1.1.31"
|
|
glob = "0.3.1"
|
|
bindgen = "0.70.1"
|