Files
AutoMuteTool/Cargo.toml
Your Name a61e3e5d3a Some quick and dirty code to reimplement window
switch detection and process name lookup
2022-06-12 11:19:46 -04:00

10 lines
327 B
TOML

[package]
name = "auto_mute_tool"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
com = "0.6.0"
winapi = {version = "0.3.9", features=["winuser", "processthreadsapi", "errhandlingapi", "winbase", "impl-default", "impl-debug"]}