summary refs log tree commit diff
path: root/kvm/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'kvm/Cargo.toml')
-rw-r--r--kvm/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/kvm/Cargo.toml b/kvm/Cargo.toml
index d12aa76..f784ae7 100644
--- a/kvm/Cargo.toml
+++ b/kvm/Cargo.toml
@@ -5,6 +5,7 @@ authors = ["The Chromium OS Authors"]
 edition = "2018"
 
 [dependencies]
+data_model = { path = "../data_model" }
 kvm_sys = { path = "../kvm_sys" }
 libc = "*"
 msg_socket = { path = "../msg_socket" }