process_killer 0.1.0

TUI to kill active process, without the need of finding the process id manually and then using the kill command
[dependencies.crossterm]
version = "0.26.1"

[dependencies.sysinfo]
version = "0.28.4"

[dependencies.tui]
version = "0.19.0"

[package]
categories = ["text-base-user-interface", "command-line-utilities"]
description = "TUI to kill active process, without the need of finding the process id manually and then using the kill command"
edition = "2021"
keywords = ["cli", "processkill", "tui", "killer"]
license = "MIT"
name = "process_killer"
readme = "README.md"
version = "0.1.0"