mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
`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>
17 lines
409 B
TOML
17 lines
409 B
TOML
[package]
|
|
authors = ["The Cloud Hypervisor Authors"]
|
|
edition = "2021"
|
|
name = "test_infra"
|
|
version = "0.1.0"
|
|
|
|
[dependencies]
|
|
dirs = "6.0.0"
|
|
epoll = "4.3.3"
|
|
libc = "0.2.167"
|
|
once_cell = "1.20.2"
|
|
serde = { version = "1.0.208", features = ["derive", "rc"] }
|
|
serde_json = { workspace = true }
|
|
ssh2 = { version = "0.9.4", features = ["vendored-openssl"] }
|
|
vmm-sys-util = { workspace = true }
|
|
wait-timeout = "0.2.0"
|