mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2025-11-12 07:42:44 +10:00
Still needs a massive go-over because there shouldn't be anything referencing tauri in any of the workspaces except the original one. Process manager has been refactored as an example Signed-off-by: quexeky <git@quexeky.dev>
15 lines
187 B
TOML
15 lines
187 B
TOML
[workspace]
|
|
members = [
|
|
"client",
|
|
"database",
|
|
"src-tauri",
|
|
"process",
|
|
"remote",
|
|
"utils",
|
|
"cloud_saves",
|
|
"download_manager",
|
|
"games",
|
|
]
|
|
|
|
resolver = "3"
|