alioth/alioth-cli/Cargo.toml
Changyuan Lyu 2b7be3e828 docs(cli): update package description
Signed-off-by: Changyuan Lyu <changyuanl@google.com>
2024-07-23 23:13:03 -07:00

22 lines
460 B
TOML

[package]
name = "alioth-cli"
version.workspace = true
edition.workspace = true
description = "Experimental KVM-based type-2 hypervisor/VMM"
repository.workspace = true
authors.workspace = true
license.workspace = true
[dependencies]
log = "0.4"
flexi_logger = "0.28"
clap = { version = "4", features = ["derive"] }
snafu.workspace = true
alioth.workspace = true
serde.workspace = true
serde-aco.workspace = true
[[bin]]
path = "src/main.rs"
name = "alioth"