mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-01-09 06:15:19 +00:00
32b855df3a
Once_cell does not require using macro and is slated to become part of Rust std at some point. Signed-off-by: Wei Liu <liuwe@microsoft.com>
15 lines
300 B
TOML
15 lines
300 B
TOML
[package]
|
|
name = "test_infra"
|
|
version = "0.1.0"
|
|
authors = ["The Cloud Hypervisor Authors"]
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
dirs = "4.0.0"
|
|
epoll = "4.3.1"
|
|
libc = "0.2.126"
|
|
once_cell = "1.12.0"
|
|
ssh2 = { version = "0.9.1", features = ["vendored-openssl"]}
|
|
vmm-sys-util = "0.9.0"
|
|
wait-timeout = "0.2.0"
|