mirror of
https://github.com/BlueTheDuck/nds-rs.git
synced 2025-06-18 11:05:51 -04:00
11 lines
343 B
TOML
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"] }
|