Skip to content

Instantly share code, notes, and snippets.

@lhecker
lhecker / cargo.toml
Created May 27, 2024 20:29 — forked from LGUG2Z/cargo.toml
winevent-tracker
[package]
name = "winevent-tracker"
version = "0.1.0"
edition = "2021"
[dependencies]
clearscreen = "3"
windows = { version = "0.54", features = [
"Win32_Foundation",
"Win32_System_Threading",