mirror of
https://github.com/vrc-get/vrc-get.git
synced 2026-06-21 09:58:08 +00:00
chore: configure default-members
This commit is contained in:
parent
0420bd25ab
commit
fd48fc859a
1 changed files with 9 additions and 1 deletions
10
Cargo.toml
10
Cargo.toml
|
|
@ -6,7 +6,15 @@ members = [
|
|||
"vrc-get",
|
||||
"vrc-get-gui",
|
||||
"vrc-get-litedb",
|
||||
"vrc-get-vpm"
|
||||
"vrc-get-vpm",
|
||||
]
|
||||
|
||||
# "vrc-get-gui" is excluded since "vrc-get-gui" requires complex tauri configuration
|
||||
# "build-check-static-link" is excluded since "build-check-static-link" is not a part of the main project, a utility for project
|
||||
default-members = [
|
||||
"vrc-get",
|
||||
"vrc-get-litedb",
|
||||
"vrc-get-vpm",
|
||||
]
|
||||
|
||||
[workspace.package]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue