locationoverflow/Cargo.toml

8 lines
116 B
TOML
Raw Normal View History

2023-07-20 03:15:06 +00:00
[workspace]
members = [
"api",
"common",
2023-07-20 20:03:10 +00:00
"websocket-worker",
2023-07-20 23:04:26 +00:00
"azalea-worker",
"discord-worker"
2023-07-20 03:15:06 +00:00
]