Creating a crate for bwd-gc highlights the fact that it would be nice to fix 2! The file blocklist is a lost less unmaintainable then the more fine-grained one we had before. Fix #9
24 lines
571 B
TOML
24 lines
571 B
TOML
[workspace]
|
|
members = [
|
|
"nix-bindings-bdwgc-sys",
|
|
"nix-bindings-util-sys",
|
|
"nix-bindings-store-sys",
|
|
"nix-bindings-expr-sys",
|
|
"nix-bindings-fetchers-sys",
|
|
"nix-bindings-flake-sys",
|
|
"nix-bindings-expr",
|
|
"nix-bindings-fetchers",
|
|
"nix-bindings-flake",
|
|
"nix-bindings-store",
|
|
"nix-bindings-util",
|
|
]
|
|
resolver = "2"
|
|
|
|
[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"
|