24 lines
587 B
TOML
24 lines
587 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.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"
|
|
] |