xref: /cloud-hypervisor/test_infra/Cargo.toml (revision f67b3f79ea19c9a66e04074cbbf5d292f6529e43)
1[package]
2name = "test_infra"
3version = "0.1.0"
4authors = ["The Cloud Hypervisor Authors"]
5edition = "2018"
6
7[dependencies]
8dirs = "3.0.1"
9epoll = "4.3.1"
10libc = "0.2.91"
11ssh2 = "0.9.1"
12vmm-sys-util = "0.9.0"
13wait-timeout = "0.2.0"
14