You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tauri-plugins-workspace/plugins/deep-link/Cargo.toml

22 lines
536 B

[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"