xref: /openbmc/qemu/rust/tests/Cargo.toml (revision ccafa85a97e38698b798115bba6c18c849846e25)
1[package]
2name = "tests"
3version = "0.1.0"
4description = "Rust integration tests for QEMU"
5resolver = "2"
6publish = false
7
8authors.workspace = true
9edition.workspace = true
10homepage.workspace = true
11license.workspace = true
12repository.workspace = true
13rust-version.workspace = true
14
15[dependencies]
16common = { path = "../common" }
17chardev = { path = "../chardev" }
18hwcore = { path = "../hw/core" }
19migration = { path = "../migration" }
20util = { path = "../util" }
21bql = { path = "../bql" }
22qom = { path = "../qom" }
23system = { path = "../system" }
24
25[lints]
26workspace = true
27