Skip to content
Cargo.toml 498 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
cxx = "1.0.110"
theMackabu's avatar
theMackabu committed
serde = "1.0.192"
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"
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

[build-dependencies]
cxx-build = "1.0.110"