Files
milky-warp/src-tauri/Cargo.toml
2023-08-21 16:28:25 +08:00

30 lines
1004 B
TOML

[package]
name = "milky-warp"
version = "1.0.0"
description = "Milky Warp"
authors = ["hugoattal"]
license = "MIT"
repository = "https://github.com/hugoattal/milky-warp"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[build-dependencies]
tauri-build = { version = "1.3", features = [] }
[patch.crates-io]
tao = { git = "https://github.com/tauri-apps/tao", branch = "v0.16" }
[dependencies]
tauri = { version = "1.3", features = ["global-shortcut-all", "protocol-asset", "shell-open", "system-tray", "window-hide", "window-set-ignore-cursor-events", "window-set-position", "window-set-size", "window-show"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
enigo = "0.1.2"
screenshots = "0.5.4"
winapi = { version = "0.3.9", features = ["winuser"] }
[features]
# this feature is used for production builds or when `devPath` points to the filesystem
# DO NOT REMOVE!!
custom-protocol = ["tauri/custom-protocol"]