mirror of
https://github.com/AkiChase/scrcpy-mask
synced 2024-11-09 09:41:17 +08:00
25 lines
788 B
TOML
25 lines
788 B
TOML
[package]
|
|
name = "scrcpy-mask"
|
|
version = "0.6.0"
|
|
description = "A Tauri App"
|
|
authors = ["AkiChase"]
|
|
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]
|
|
tauri = { version = "2.0.0-beta.18", features = ["macos-private-api", "devtools"] }
|
|
tauri-plugin-store = "2.0.0-beta"
|
|
serde = { version = "1", features = ["derive"] }
|
|
serde_json = "1"
|
|
anyhow = "1.0"
|
|
lazy_static = "1.4.0"
|
|
tokio = { version = "1.36.0", features = ["rt-multi-thread", "net", "macros", "io-util", "time", "sync"] }
|
|
tauri-plugin-process = "2.0.0-beta"
|
|
tauri-plugin-shell = "2.0.0-beta"
|
|
tauri-plugin-http = "2.0.0-beta"
|
|
tauri-plugin-clipboard-manager = "2.1.0-beta.2"
|