scrcpy-mask/src-tauri/Cargo.toml

21 lines
653 B
TOML
Raw Normal View History

2024-04-13 08:32:42 +08:00
[package]
name = "scrcpy-mask"
version = "0.0.0"
description = "A Tauri App"
2024-04-14 17:15:39 +08:00
authors = ["AkiChase"]
2024-04-13 08:32:42 +08:00
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[build-dependencies]
tauri-build = { version = "2.0.0-beta", features = [] }
[dependencies]
2024-04-16 21:14:37 +08:00
tauri = { version = "2.0.0-beta.15", features = ["macos-private-api"] }
2024-04-16 21:50:00 +08:00
tauri-plugin-store = "2.0.0-beta.4"
2024-04-13 08:32:42 +08:00
serde = { version = "1", features = ["derive"] }
serde_json = "1"
2024-04-13 09:53:41 +08:00
anyhow = "1.0"
tokio = { version = "1.36.0", features = ["rt-multi-thread", "net", "macros", "io-util", "time", "sync"] }
tauri-plugin-clipboard-manager = "2.1.0-beta.1"