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/clipboard/Cargo.toml

21 lines
542 B

[package]
name = "tauri-plugin-clipboard"
version = "0.1.0"
#edition.workspace = true
#authors.workspace = true
#license.workspace = true
edition = "2021"
[build-dependencies]
#tauri-build.workspace = true
tauri-build = { path = "../../../tauri/core/tauri-build/" }
[dependencies]
#serde.workspace = true
#serde_json.workspace = true
#tauri = { workspace = true, features = ["clipboard"] }
#log.workspace = true
#thiserror.workspace = true
serde = "1"
thiserror = "1"
tauri = { path = "../../../tauri/core/tauri", features = ["clipboard"] }