scrcpy-mask/src-tauri/Cargo.toml
如初 e5f27bc00c
Scrcpy Mask v0.4.0 (#31)
* feat(adb): remove adb resource

* feat(scrcpy-mask-server): use custom scrcpy-server

* feat(Device): remove screen size input

* feat(hotkey): add resize listener

* Scrcpy Mask v0.4.0
2024-05-21 21:04:53 +08:00

24 lines
740 B
TOML

[package]
name = "scrcpy-mask"
version = "0.4.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"