church_controller_rust/Cargo.toml

20 lines
549 B
TOML
Raw Normal View History

2021-12-10 15:16:05 -08:00
[package]
name = "church_controller"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
workctl = "0.2.0"
2021-12-18 18:37:15 -08:00
ctrlc = "3.2.1"
2021-12-22 10:12:35 -08:00
serde_json = "1.0"
2021-12-29 21:07:41 -08:00
crossbeam-channel = "0.5"
inputbot = {path = "D:\\Inputbot"}
winit = "0.25"
winapi = { version = "0.3.9", features = ["winuser", "windef", "minwindef", "shellapi", "libloaderapi", "commctrl", "basetsd"] }
trayicon = { version="0.1.3", features = ["crossbeam-channel"] }
[features]
2022-06-29 18:54:22 -07:00
default = []
no_hotkeys = []