mostly implement getting a running process

This commit is contained in:
2024-12-30 15:45:15 +00:00
parent 42d7b7d55e
commit a6a883c26e
9 changed files with 191 additions and 7 deletions
+11
View File
@@ -4,3 +4,14 @@ version = "0.1.0"
edition = "2021"
[dependencies]
derive_more = { version = "1.0.0", features = ["display"] }
thiserror = "2.0.9"
windows-core = "0.58.0"
[dependencies.windows]
version = "0.58.0"
features = [
"Win32_Foundation",
"Win32_System_Threading",
"Win32_System_Diagnostics_ToolHelp",
]