summary refs log tree commit diff stats
path: root/rust/qemu-api/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'rust/qemu-api/Cargo.toml')
-rw-r--r--rust/qemu-api/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/rust/qemu-api/Cargo.toml b/rust/qemu-api/Cargo.toml
index 6e9427f80c..9d11becb28 100644
--- a/rust/qemu-api/Cargo.toml
+++ b/rust/qemu-api/Cargo.toml
@@ -18,6 +18,7 @@ common = { path = "../common" }
 migration = { path = "../migration" }
 util = { path = "../util" }
 bql = { path = "../bql" }
+qom = { path = "../qom" }
 qemu_api_macros = { path = "../qemu-api-macros" }
 
 [lints]