kcheck-cli 0.2.1

A utility for working with kernel configuration information.
[[bin]]
name = "kcheck-cli"
path = "src/main.rs"

[dependencies.clap]
features = ["derive"]
version = "4.5.4"

[dependencies.cli-table]
version = "0.4.7"

[dependencies.kcheck]
version = "0.2"

[package]
authors = ["Jake Swensen <jake@swensen.io>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A utility for working with kernel configuration information."
edition = "2021"
keywords = ["kernel", "kconfig", "linux", "embedded"]
license = "MPL-2.0"
name = "kcheck-cli"
readme = false
repository = "https://github.com/jdswensen/kcheck"
version = "0.2.1"