Files
2026-01-19 23:24:01 +01:00

13 lines
228 B
TOML

[package]
name = "Killer"
version = "0.1.0"
edition = "2024"
[dependencies]
winapi = { version = "0.3", features = ["winnt", "tlhelp32", "handleapi", "ioapiset", "fileapi", "errhandlingapi"] }
anyhow = "1.0"
ctrlc = "3.5.1"