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.toml4
1 files changed, 1 insertions, 3 deletions
diff --git a/rust/qemu-api/Cargo.toml b/rust/qemu-api/Cargo.toml
index 2e0e204491..fbfb894421 100644
--- a/rust/qemu-api/Cargo.toml
+++ b/rust/qemu-api/Cargo.toml
@@ -15,10 +15,8 @@ rust-version.workspace = true
 
 [dependencies]
 common = { path = "../common" }
+util = { path = "../util" }
 qemu_api_macros = { path = "../qemu-api-macros" }
-anyhow = { workspace = true }
-foreign = { workspace = true }
-libc = { workspace = true }
 
 [features]
 default = ["debug_cell"]