19 lines
406 B
TOML
19 lines
406 B
TOML
[package]
|
|
name = "krunkit"
|
|
version = "0.2.2"
|
|
authors = ["Tyler Fanelli <tfanelli@redhat.com>"]
|
|
edition = "2021"
|
|
description = "CLI tool to start VMs with libkrun"
|
|
readme = "README.md"
|
|
license = "Apache-2.0"
|
|
build = "build.rs"
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.79"
|
|
clap = { version = "4.5.0", features = ["derive"] }
|
|
mac_address = "1.1.5"
|
|
sysinfo = "0.31.4"
|
|
log = "0.4.0"
|
|
env_logger = "0.11.8"
|
|
regex = "1.11.1"
|