mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
This reverts commit 998fb48ff2.
This is breaking the release build process (cross build for aarch64
musl) so temporarily reverting until we can identify the cause to allow
the release proceeed.
Signed-off-by: Rob Bradford <robert.bradford@intel.com>
19 lines
464 B
TOML
19 lines
464 B
TOML
[package]
|
|
name = "performance-metrics"
|
|
version = "0.1.0"
|
|
authors = ["The Cloud Hypervisor Authors"]
|
|
edition = "2021"
|
|
build = "build.rs"
|
|
|
|
[dependencies]
|
|
clap = { version = "4.0.32", features = ["wrap_help"] }
|
|
dirs = "4.0.0"
|
|
serde = { version = "1.0.151", features = ["rc", "derive"] }
|
|
serde_json = "1.0.89"
|
|
test_infra = { path = "../test_infra" }
|
|
thiserror = "1.0.38"
|
|
wait-timeout = "0.2.0"
|
|
|
|
[build-dependencies]
|
|
clap = { version = "4.0.29", features = ["cargo"] }
|