tasklist 0.1.0

Get the process name or process id on windows
[package]
name = "tasklist"
version = "0.1.0"
edition = "2021"
description = "Get the process name or process id on windows"
license = "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
windows = {version = "0.38.0",features = ["Win32_System_Threading","Win32_Foundation","Win32_Security","Win32_System_Diagnostics_ToolHelp"]}