2025-02-23 18:29:12 -05:00

17 lines
399 B
TOML

[package]
name = "sparse-windows-installer"
edition = "2024"
version.workspace = true
[dependencies]
errno = "0.3.10"
hex = "0.4.3"
rand = "0.9.0"
structopt = "0.3.26"
windows = { version = "0.59.0", features = ["Win32_System_Services"] }
windows-strings = "0.3.0"
winreg = "0.55.0"
sparse-actions = { path = "../sparse-actions" }
sparse-windows-infector = { path = "../sparse-windows-infector" }