12 lines
255 B
TOML
12 lines
255 B
TOML
[package]
|
|
name = "sparse-windows-beacon"
|
|
edition = "2024"
|
|
version.workspace = true
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
windows = { version = "0.59.0", features = ["Win32_System_SystemServices", "Win32_UI_WindowsAndMessaging"] }
|
|
winreg = "0.55"
|