mirror of https://gitlab.com/qemu-project/qemu
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
820 B
TOML
32 lines
820 B
TOML
[package]
|
|
name = "pl011"
|
|
version = "0.1.0"
|
|
authors = ["Manos Pitsidianakis <manos.pitsidianakis@linaro.org>"]
|
|
description = "pl011 device model for QEMU"
|
|
resolver = "2"
|
|
publish = false
|
|
|
|
edition.workspace = true
|
|
homepage.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
rust-version.workspace = true
|
|
|
|
[dependencies]
|
|
glib-sys.workspace = true
|
|
bilge = { version = "0.2.0" }
|
|
bilge-impl = { version = "0.2.0" }
|
|
bits = { path = "../../../bits" }
|
|
common = { path = "../../../common" }
|
|
util = { path = "../../../util" }
|
|
bql = { path = "../../../bql" }
|
|
migration = { path = "../../../migration" }
|
|
qom = { path = "../../../qom" }
|
|
chardev = { path = "../../../chardev" }
|
|
system = { path = "../../../system" }
|
|
hwcore = { path = "../../../hw/core" }
|
|
trace = { path = "../../../trace" }
|
|
|
|
[lints]
|
|
workspace = true
|