xref: /openbmc/qemu/rust/hw/timer/hpet/Cargo.toml (revision 26453a7f3572068d2731c9f712b26ca2f74097e0)
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[dependencies]
14qemu_api = { path = "../../../qemu-api" }
15qemu_api_macros = { path = "../../../qemu-api-macros" }
16
17[lints]
18workspace = true
19