muter/Cargo.toml

22 lines
356 B
TOML
Raw Normal View History

2024-09-14 16:07:35 +00:00
[package]
name = "muter"
2024-11-17 06:17:47 +00:00
publish = false
authors = ["newt <hi@newty.dev>"]
2024-09-14 16:07:35 +00:00
version = "0.1.0"
edition = "2021"
[dependencies]
2024-11-17 06:17:47 +00:00
thiserror = "2.0.3"
2024-09-14 16:07:35 +00:00
[dependencies.windows]
version = "0.58.0"
features = [
"Win32_Media_Audio_Endpoints",
2024-11-17 06:17:47 +00:00
"Win32_System_Com",
"Win32_System_Threading",
"Win32_UI_Input_KeyboardAndMouse",
"Win32_UI_WindowsAndMessaging",
2024-09-14 16:07:35 +00:00
]