mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-04-26 07:29:59 -07:00
24 lines
486 B
TOML
24 lines
486 B
TOML
[workspace]
|
|
|
|
members = [
|
|
"lib",
|
|
"daemon",
|
|
"check",
|
|
"rootshell",
|
|
"telcom-parser",
|
|
"installer",
|
|
"installer-gui/src-tauri",
|
|
]
|
|
# at least for now, let's keep installer-gui out of the list of default
|
|
# packages. installer-gui is still experimental and requires many new packages
|
|
# both from cargo and the underlying operating system
|
|
default-members = [
|
|
"lib",
|
|
"daemon",
|
|
"check",
|
|
"rootshell",
|
|
"telcom-parser",
|
|
"installer",
|
|
]
|
|
resolver = "2"
|