cargo add anyhow --package installer-gui

This commit is contained in:
Brad Warren
2025-10-30 11:50:59 -07:00
committed by Brad Warren
parent af2445cc38
commit bc9022530a
2 changed files with 4 additions and 2 deletions

View File

@@ -21,4 +21,5 @@ tauri-plugin-opener = "2"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
tauri-plugin-shell = "2"
anyhow = "1.0.100"