This makes it easier for tooling to find the Rust stuff. Rust/non-rust is not a useful distinction in this repo anymore anyway.
10 lines
204 B
TOML
10 lines
204 B
TOML
[workspace]
|
|
members = [
|
|
"nix-bindings-bindgen-raw",
|
|
"nix-bindings-expr",
|
|
"nix-bindings-fetchers",
|
|
"nix-bindings-flake",
|
|
"nix-bindings-store",
|
|
"nix-bindings-util",
|
|
]
|
|
resolver = "2"
|