kcheck-cli 0.2.0

Kernel configuration checking utility
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "kcheck-cli"
version.workspace = true
license.workspace = true
authors.workspace = true
keywords.workspace = true
description.workspace = true
repository.workspace = true
edition.workspace = true

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
clap.workspace = true
cli-table.workspace = true
kcheck = { version = "0.2.0", path = "../kcheck" }