Andrew Rioux f9ff9f266a
feat: added tcp
sorry Judah
2025-02-12 17:49:31 -05:00

14 lines
424 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"