summary refs log tree commit diff stats
path: root/rust/hw/char/pl011/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'rust/hw/char/pl011/Cargo.toml')
-rw-r--r--rust/hw/char/pl011/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/rust/hw/char/pl011/Cargo.toml b/rust/hw/char/pl011/Cargo.toml
index 6d15f107df..0cf9943fe8 100644
--- a/rust/hw/char/pl011/Cargo.toml
+++ b/rust/hw/char/pl011/Cargo.toml
@@ -17,6 +17,7 @@ bilge = { version = "0.2.0" }
 bilge-impl = { version = "0.2.0" }
 bits = { path = "../../../bits" }
 common = { path = "../../../common" }
+util = { path = "../../../util" }
 qemu_api = { path = "../../../qemu-api" }
 qemu_api_macros = { path = "../../../qemu-api-macros" }