nixide/rust/Cargo.toml
Robert Hensing 270ccaaa57 feat: Add create nix-store
(cherry picked from commit b9150e82be712b2cd82d689f0f26c2a133564701)
2025-09-30 18:54:46 +02:00

7 lines
91 B
TOML

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