Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
google
GitHub Repository: google/crosvm
Path: blob/main/e2e_tests/Cargo.toml
5392 views
1
[package]
2
name = "e2e_tests"
3
version = "0.1.0"
4
authors = ["The ChromiumOS Authors"]
5
edition = "2021"
6
7
[dev-dependencies]
8
anyhow = { workspace = true }
9
fixture = { path = "fixture" }
10
libc = { workspace = true }
11
net_util = { workspace = true }
12
rand = { workspace = true }
13
tempfile = "3"
14
prebuilts = { workspace = true }
15
base = { workspace = true }
16
swap = { workspace = true }
17
serde_json = { workspace = true }
18
19
[target.'cfg(any(target_os = "android", target_os = "linux"))'.dependencies]
20
net_sys = { workspace = true }
21
22
[target.'cfg(any(target_os = "android", target_os = "linux"))'.dev-dependencies]
23
readclock = { path = "./guest_under_test/rootfs/readclock" }
24
25