|
|
|
@ -12,6 +12,10 @@ crate-type = ["staticlib", "cdylib", "rlib"]
|
|
|
|
[build-dependencies]
|
|
|
|
[build-dependencies]
|
|
|
|
tauri-build = { version = "1", features = [] }
|
|
|
|
tauri-build = { version = "1", features = [] }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[features]
|
|
|
|
|
|
|
|
default = ["custom-protocol"]
|
|
|
|
|
|
|
|
custom-protocol = ["tauri/custom-protocol"]
|
|
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
[dependencies]
|
|
|
|
tauri = { version = "1", features = ["window-all"] }
|
|
|
|
tauri = { version = "1", features = ["window-all"] }
|
|
|
|
serde = { version = "1", features = ["derive"] }
|
|
|
|
serde = { version = "1", features = ["derive"] }
|
|
|
|
|