mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-12-22 13:45:20 +00:00
5a70d7ec69
Modify `Cargo.toml` in each member crate to follow the dependencies specified in root `Cargo.toml` file. Signed-off-by: Ruoqing He <heruoqing@iscas.ac.cn>
17 lines
398 B
TOML
17 lines
398 B
TOML
[package]
|
|
authors = ["The Cloud Hypervisor Authors"]
|
|
edition = "2021"
|
|
name = "test_infra"
|
|
version = "0.1.0"
|
|
|
|
[dependencies]
|
|
dirs = "5.0.1"
|
|
epoll = "4.3.3"
|
|
libc = "0.2.158"
|
|
once_cell = "1.19.0"
|
|
serde = { version = "1.0.208", features = ["derive", "rc"] }
|
|
serde_json = "1.0.120"
|
|
ssh2 = { version = "0.9.4", features = ["vendored-openssl"] }
|
|
vmm-sys-util = { workspace = true }
|
|
wait-timeout = "0.2.0"
|