14 lines
394 B
TOML
14 lines
394 B
TOML
[package]
|
|
authors = ["The Cloud Hypervisor Authors"]
|
|
build = "../build.rs"
|
|
edition = "2021"
|
|
name = "performance-metrics"
|
|
version = "0.1.0"
|
|
|
|
[dependencies]
|
|
clap = { version = "4.5.13", features = ["wrap_help"] }
|
|
dirs = "6.0.0"
|
|
serde = { version = "1.0.208", features = ["derive", "rc"] }
|
|
serde_json = { workspace = true }
|
|
test_infra = { path = "../test_infra" }
|
|
thiserror = { workspace = true }
|