Files
AutoMuteTool/Cargo.toml
Your Name a5d0729bba No more once_cell
Fix system audio check that didn't work because the API returns ()
2023-02-19 22:27:19 -05:00

27 lines
624 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]
widestring = "1.0.2"
[dependencies.windows]
version = "0.44.0"
features = [
"implement",
"Win32_Media_Audio",
"Win32_UI_Shell_PropertiesSystem",
"Data_Xml_Dom",
"Win32_UI",
"Win32_UI_Accessibility",
"Win32_Foundation",
"Win32_Security",
"Win32_System_Threading",
"Win32_UI_WindowsAndMessaging",
"Win32_System_Com",
"Win32_System_Com_StructuredStorage",
"Win32_Devices_FunctionDiscovery"
]