This way, the crates can be published without interfering with potential future non-bindings `nix-` crates, if Nix proper wants to have native rust code, for instance.
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"
|