2024-02-08 16:58:45 +01:00
|
|
|
[workspace]
|
|
|
|
|
members = [
|
2026-01-12 19:56:04 +01:00
|
|
|
"nix-bindings-util-sys",
|
2025-10-04 02:44:22 +02:00
|
|
|
"nix-bindings-expr",
|
|
|
|
|
"nix-bindings-fetchers",
|
|
|
|
|
"nix-bindings-flake",
|
|
|
|
|
"nix-bindings-store",
|
|
|
|
|
"nix-bindings-util",
|
2024-02-08 16:58:45 +01:00
|
|
|
]
|
|
|
|
|
resolver = "2"
|
2025-12-15 19:48:30 -05:00
|
|
|
|
|
|
|
|
[workspace.lints.rust]
|
|
|
|
|
warnings = "deny"
|
|
|
|
|
dead-code = "allow"
|
|
|
|
|
|
|
|
|
|
[workspace.lints.clippy]
|
|
|
|
|
type-complexity = "allow"
|
|
|
|
|
# We're still trying to make Nix more thread-safe, want forward-compat
|
|
|
|
|
arc-with-non-send-sync = "allow"
|