mirror of
https://github.com/natsukagami/youmubot.git
synced 2025-05-24 01:00:49 +00:00
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
16 lines
261 B
TOML
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"
|