nixide/rust/Cargo.toml
Robert Hensing 7ef434a6d7 feat: Add nix-util crate with Context wrapper
(cherry picked from commit 6c8e116e8bbaecce2b77fd9e0db89f366b57f9b6)
2025-09-30 18:40:07 +02:00

6 lines
74 B
TOML

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