[package] name = "tauri-plugin-deep-link" version = "0.0.0" edition = "2021" authors = [""] license = "" links = "tauri-plugin-deep-link" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [build-dependencies] tauri-build = { git = "https://github.com/lucasfernog/tauri", branch = "feat/ipc-custom-protocol" } [dependencies] serde = "1" serde_json = "1" tauri = { git = "https://github.com/lucasfernog/tauri", branch = "feat/ipc-custom-protocol" } log = "0.4" thiserror = "1" url = "2"