nds-rs/Cargo.toml
2025-05-10 00:30:11 -03:00

11 lines
343 B
TOML

[workspace]
resolver = "2"
members = ["bitfield-tools", "nds-sys", "nds-proc-macros", "nds-rs"]
package.edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[workspace.dependencies]
bindgen = "0.71.1"
libc = { version = "0.2.172", features = ["extra_traits", "const-extern-fn"] }