[package]
edition = "2021"
rust-version = "1.80"
name = "kwall"
version = "0.2.0"
authors = [
"Trevor Knott <trevor@knott-dynamics.com>",
"KnottDynamics",
]
build = false
include = [
"README.md",
"Cargo.toml",
"src/**/*.rs",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A review-only Linux firewall planning TUI built with scrin and Aisling effects."
homepage = "https://github.com/Tknott95/KnottFirewall"
documentation = "https://docs.rs/kwall"
readme = "README.md"
keywords = [
"scrin",
"kwall",
"aisling",
"firewall",
"linux",
]
categories = [
"command-line-interface",
"command-line-utilities",
"network-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Tknott95/KnottFirewall"
[[bin]]
name = "kwall"
path = "src/main.rs"
[dependencies.crossterm]
version = "0.28"
[dependencies.scrin]
version = "0.1.84"