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