wip: trail & error
This commit is contained in:
parent
728556dddf
commit
c7821f4bd9
4 changed files with 58 additions and 31 deletions
|
@ -16,7 +16,7 @@ tauri-build = { git = "https://github.com/tauri-apps/tauri", features = [] }
|
|||
[dependencies]
|
||||
serde_json = "1.0"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
tauri = { git = "https://github.com/tauri-apps/tauri", features = ["api-all"] }
|
||||
tauri = { git = "https://github.com/tauri-apps/tauri", features = ["api-all", "updater"] }
|
||||
shared = { path = "../shared" }
|
||||
|
||||
[features]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue