mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-02-03 18:35:28 +00:00
7f987552ef
In this way, these structs can be reused for performance tests. Signed-off-by: Bo Chen <chen.bo@intel.com>
15 lines
253 B
TOML
15 lines
253 B
TOML
[package]
|
|
name = "test_infra"
|
|
version = "0.1.0"
|
|
authors = ["The Cloud Hypervisor Authors"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
dirs = "3.0.1"
|
|
epoll = "4.3.1"
|
|
lazy_static= "1.4.0"
|
|
libc = "0.2.91"
|
|
ssh2 = "0.9.1"
|
|
vmm-sys-util = "0.9.0"
|
|
wait-timeout = "0.2.0"
|