blahrs/Cargo.toml
oxalica 199985c6a2 build(toolchain),ci: switch to rust 1.82-beta for now
`precise_capturing` has no workaround but we need it in tests. The main
crate should still compile under stable rustc, which is enforced by CI.
2024-09-10 06:56:08 -04:00

16 lines
280 B
TOML

[workspace]
resolver = "2"
members = [
"blah-types",
"blahctl",
"blahd",
]
default-members = ["blahd"]
[workspace.lints.clippy]
allow_attributes_without_reason = "warn"
dbg_macro = "warn"
print_stderr = "warn"
print_stdout = "warn"
todo = "warn"
unwrap_used = "warn"