configuration

This commit is contained in:
SpikeHD
2022-05-08 19:32:34 -07:00
parent 5880b530de
commit a304e6964f
6 changed files with 105 additions and 322 deletions

View File

@@ -17,7 +17,7 @@ tauri-build = { version = "1.0.0-rc.8", features = [] }
[dependencies]
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
tauri = { version = "1.0.0-rc.9", features = ["api-all"] }
tauri = { version = "1.0.0-rc.9", features = ["dialog-all", "fs-create-dir", "fs-read-dir", "fs-read-file", "fs-write-file", "path-all"] }
hudsucker = "0.17.2"
[features]