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/dialog/examples/tauri-app/src-tauri/Cargo.toml

30 lines
636 B

workspace = {}
[package]
name = "app"
version = "0.0.0"
description = "A Tauri App"
authors = ["you"]
license = ""
repository = ""
edition = "2021"
rust-version = "1.64"
[lib]
crate-type = ["staticlib", "cdylib", "rlib"]
[build-dependencies]
tauri-build = { version = "2.0.0-alpha.4", features = [] }
[dependencies]
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
tauri = { version = "2.0.0-alpha.8", features = ["api-all"] }
tauri-plugin-dialog = { path = "../../../" }
tauri-plugin-log = { path = "../../../../log" }
log = "0.4"
[features]
# DO NOT remove this
custom-protocol = [ "tauri/custom-protocol" ]