lan-party-backend/Cargo.toml

10 lines
79 B
TOML
Raw Permalink Normal View History

2022-09-04 11:13:24 +02:00
[workspace]
2022-08-29 12:03:21 +02:00
2022-09-04 11:13:24 +02:00
members = [
"backend",
"core",
2022-09-12 09:49:16 +02:00
"web",
"macros"
2022-08-29 12:03:21 +02:00
]
2022-09-04 11:13:24 +02:00