[package]
name = "kwall"
version = "0.2.5"
edition = "2021"
rust-version = "1.80"
authors = ["Trevor Knott (Knott Dynamics)"]
description = "A guarded Linux firewall planning and live-apply TUI built with scrin and Aisling effects."
readme = "README.md"
documentation = "https://docs.rs/kwall"
homepage = "https://github.com/Tknott95/KnottFirewall"
repository = "https://github.com/Tknott95/KnottFirewall"
license = "MIT OR Apache-2.0"
keywords = ["firewall", "linux", "tui", "scrin", "aisling"]
categories = ["command-line-interface", "command-line-utilities", "network-programming"]
include = ["Cargo.toml", "Cargo.lock", "README.md", "src/**"]
[dependencies]
crossterm = "0.28"
scrin = "0.1.84"