mirror of
https://github.com/natsukagami/youmubot.git
synced 2025-04-04 01:30:29 +00:00
13 lines
206 B
TOML
13 lines
206 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"
|