24 lines
485 B
TOML
24 lines
485 B
TOML
[package]
|
|
name = "parsec-vdd"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
clap = { version = "4.5.40", features = ["derive"] }
|
|
daemon = "0.0.8"
|
|
log = "0.4.27"
|
|
windows-service = "0.8.0"
|
|
|
|
[dependencies.windows]
|
|
version = "0.61.3"
|
|
features = [
|
|
"Win32_Devices_DeviceAndDriverInstallation",
|
|
"Win32_Foundation",
|
|
"Win32_System_IO",
|
|
"Win32_Storage_FileSystem",
|
|
"Win32_System_Threading",
|
|
"Win32_System_Registry",
|
|
"Win32_Graphics_Gdi",
|
|
"Win32_Security",
|
|
]
|