mirror of
https://github.com/Blah-IM/blahrs.git
synced 2025-05-01 00:31:09 +00:00
16 lines
265 B
TOML
16 lines
265 B
TOML
[workspace]
|
|
resolver = "2"
|
|
members = [
|
|
"blah-types",
|
|
"blahctl",
|
|
"blahd",
|
|
]
|
|
default-members = ["blahd"]
|
|
|
|
[workspace.lints.clippy]
|
|
allow_attributes = "warn"
|
|
dbg_macro = "warn"
|
|
print_stderr = "warn"
|
|
print_stdout = "warn"
|
|
todo = "warn"
|
|
unwrap_used = "warn"
|