cloud-hypervisor/performance-metrics/Cargo.toml

14 lines
277 B
TOML
Raw Normal View History

[package]
name = "performance-metrics"
version = "0.1.0"
authors = ["The Cloud Hypervisor Authors"]
edition = "2018"
[dependencies]
dirs = "4.0.0"
lazy_static= "1.4.0"
serde_json = "1.0.78"
test_infra = { path = "../test_infra" }
vmm-sys-util = "0.9.0"
wait-timeout = "0.2.0"