master
toml 24 lines 624 Bytes
Raw
1 [package]
2 name = "hpet"
3 version = "0.1.0"
4 authors = ["Zhao Liu <zhao1.liu@intel.com>"]
5 description = "IA-PC High Precision Event Timer emulation in Rust"
6
7 edition.workspace = true
8 homepage.workspace = true
9 license.workspace = true
10 repository.workspace = true
11 rust-version.workspace = true
12
13 [dependencies]
14 common = { path = "../../../common" }
15 util = { path = "../../../util" }
16 migration = { path = "../../../migration" }
17 bql = { path = "../../../bql" }
18 qom = { path = "../../../qom" }
19 system = { path = "../../../system" }
20 hwcore = { path = "../../../hw/core" }
21 trace = { path = "../../../trace" }
22
23 [lints]
24 workspace = true