nixide/rust/Cargo.toml
Robert Hensing bbf245ef1a feat: nix-fetchers crate
(cherry picked from commit 27d572403ac98d83d652481da6c22ad50bb00168)
2025-10-04 02:31:16 +02:00

10 lines
144 B
TOML

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