Skip to content
Cargo.toml 619 B
Newer Older
theMackabu's avatar
theMackabu committed
[package]
name = "pmc"
version = "0.1.0"
edition = "2021"
theMackabu's avatar
theMackabu committed
license = "MIT"
repository = "https://lab.themackabu.dev/crates/pmc"
description = "Process management controller"
theMackabu's avatar
theMackabu committed

[dependencies]
theMackabu's avatar
theMackabu committed
clap = "4.4.8"
log = "0.4.20"
toml = "0.8.8"
theMackabu's avatar
theMackabu committed
home = "0.5.5"
theMackabu's avatar
theMackabu committed
cxx = "1.0.110"
theMackabu's avatar
theMackabu committed
serde = "1.0.192"
theMackabu's avatar
theMackabu committed
anyhow = "1.0.75"
theMackabu's avatar
theMackabu committed
colored = "2.0.4"
theMackabu's avatar
theMackabu committed
ratatui = "0.24.0"
macros-rs = "0.4.0"
theMackabu's avatar
theMackabu committed
termcolor = "1.4.0"
theMackabu's avatar
theMackabu committed
crossterm = "0.27.0"
theMackabu's avatar
theMackabu committed
env_logger = "0.10.1"
theMackabu's avatar
theMackabu committed
serde_json = "1.0.108"
serde_derive = "1.0.192"
pretty_env_logger = "0.5.0"
clap-verbosity-flag = "2.1.0"
theMackabu's avatar
theMackabu committed
theMackabu's avatar
theMackabu committed

[build-dependencies]
theMackabu's avatar
theMackabu committed
chrono = "0.4.23"
theMackabu's avatar
theMackabu committed
cxx-build = "1.0.110"