update Cargo.toml and run npm run tauri dev

This commit is contained in:
Brad Warren
2025-10-30 09:55:47 -07:00
committed by Brad Warren
parent e8e9f9366c
commit 01aefe25c9
2 changed files with 3295 additions and 37 deletions

3320
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -7,5 +7,17 @@ members = [
"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"