Skip to content
Cargo.toml 249 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]
cxx = "1.0.110"

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