nixide/rust/Cargo.toml
Robert Hensing 6978e91fa9 feat: Add nix-expr library, update nix
(cherry picked from commit bf1ddd1c9137578b86895577d5b80e0c5771b605)
2025-09-30 19:06:17 +02:00

8 lines
107 B
TOML

[workspace]
members = [
"nix-c-raw",
"nix-expr",
"nix-util",
"nix-store",
]
resolver = "2"