[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/FabianLars/tauri-lucas", branch = "android/intent" } [dependencies] serde = "1" serde_json = "1" tauri = { git = "https://github.com/FabianLars/tauri-lucas", branch = "android/intent" } log = "0.4" thiserror = "1"