add show/exec commands and refactor AppState

This commit is contained in:
2023-05-06 12:01:56 -07:00
parent e8b8dc2976
commit 616600687d
14 changed files with 715 additions and 345 deletions

View File

@ -34,6 +34,7 @@ strum = "0.24"
strum_macros = "0.24"
auto-launch = "0.4.0"
dirs = "5.0"
clap = { version = "3.2.23", features = ["derive"] }
[features]
# by default Tauri runs in production mode