Files
rayhunter/Cargo.toml
2025-11-05 10:53:41 -08:00

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"