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

20 lines
515 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/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"