Nova/Cargo.toml
2023-01-03 00:14:27 +04:00

13 lines
213 B
TOML

[workspace]
members = [
"exes/cache/",
"exes/gateway/",
"exes/rest/",
"exes/webhook/",
"exes/ratelimit/",
"exes/all",
"libs/proto/",
"libs/shared/",
"libs/leash/"
]