youmubot/Cargo.toml
Natsu Kagami a4ac2b9e2c
Some checks failed
Build and Test / Format check (push) Has been cancelled
Build and Test / Lint (push) Has been cancelled
Build and Test / Test (push) Has been cancelled
Build and Test / Check dependency hash (push) Has been cancelled
Build and Test / Build (push) Has been cancelled
Another round of manual linting
2025-05-13 00:58:28 +02:00

16 lines
261 B
TOML

[workspace]
resolver = "2"
members = [
"youmubot-prelude",
"youmubot-db",
"youmubot-db-sql",
"youmubot-core",
"youmubot-cf",
"youmubot-osu",
"youmubot",
]
[workspace.lints.rust]
deprecated = "allow"
[workspace.lints.clippy]
too_many_arguments = "allow"