[package]
name = "dae"
version = "0.1.10"
edition = "2024"
authors = ["Trevor Knott", "Knott Dynamics"]
description = "A Linux daemon management TUI with a subdued scrin interface."
repository = "https://github.com/Tknott95/KnottDae"
license = "MIT"
readme = "README.md"
keywords = ["linux", "daemon", "scrin", "aisling", "dae"]
categories = ["command-line-utilities", "os::linux-apis"]
include = ["Cargo.toml", "README.md", "LICENSE", "src/**"]
[dependencies]
aisling = "0.3.17"
anyhow = "1"
clap = { version = "4", features = ["derive"] }
crossterm = "0.28"
scrin = "0.1.83"
scrin-widgets = "0.2.7"
[[bin]]
name = "dae"
path = "src/main.rs"