26 lines
605 B
TOML
26 lines
605 B
TOML
[package]
|
|
name = "auto_mute_cli"
|
|
version = "0.2.0"
|
|
edition = "2021"
|
|
|
|
[dependencies.windows]
|
|
version = "0.59.0"
|
|
features = [
|
|
"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",
|
|
"Win32_Storage_FileSystem",
|
|
"Win32_System_WindowsProgramming",
|
|
]
|
|
|
|
[dependencies]
|
|
auto_mute_lib = { path = "../auto_mute_lib" } |