church_controller_rust/Cargo.toml
2022-06-29 18:07:24 -07:00

18 lines
No EOL
372 B
TOML

[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"
ctrlc = "3.2.1"
serde_json = "1.0"
crossbeam-channel = "0.5"
inputbot = {path = "D:\\Inputbot"}
[features]
default = ["with_hotkeys"]
with_hotkeys = []
no_hotkeys = []