slow going

This commit is contained in:
Bel LaPointe
2023-12-27 09:11:04 -05:00
parent f7ca241cbc
commit 62eefeea0f
6 changed files with 145 additions and 67 deletions

View File

@@ -13,6 +13,7 @@ edition = "2021"
tauri-build = { version = "1.5", features = [] }
[dependencies]
lib = { path = "../src-lib" }
tauri = { version = "1.5", features = ["shell-open"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"