xref: /openbmc/qemu/rust/hw/timer/hpet/Cargo.toml (revision ffd5a60e9b67e14f7bac7ea29300ea46a944e508)
1[package]
2name = "hpet"
3version = "0.1.0"
4authors = ["Zhao Liu <zhao1.liu@intel.com>"]
5description = "IA-PC High Precision Event Timer emulation in Rust"
6
7edition.workspace = true
8homepage.workspace = true
9license.workspace = true
10repository.workspace = true
11rust-version.workspace = true
12
13[lib]
14crate-type = ["staticlib"]
15
16[dependencies]
17qemu_api = { path = "../../../qemu-api" }
18qemu_api_macros = { path = "../../../qemu-api-macros" }
19
20[lints]
21workspace = true
22