Files
cloud-hypervisor/performance-metrics/Cargo.toml
Jinank Jain 3698b8e74c build: Centralize serde_json crate to workspace
`serde_json` crate is referenced by multiple components, centralize it
to workspace to better manage this crate.

Signed-off-by: Jinank Jain <jinankjain@microsoft.com>
2025-04-02 06:20:54 +00:00

16 lines
404 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 = "2.0.6"
wait-timeout = "0.2.0"