mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-11-05 11:31:14 +00:00
88c30764e0
It must be specified as excluded from the workspace as it must not be built on non-test targets due to issues with the ssh2 dependency and the musl toolchain. Signed-off-by: Rob Bradford <robert.bradford@intel.com>
14 lines
232 B
TOML
14 lines
232 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"
|
|
libc = "0.2.91"
|
|
ssh2 = "0.9.1"
|
|
vmm-sys-util = "0.8.0"
|
|
wait-timeout = "0.2.0"
|