summary refs log tree commit diff
path: root/plugin_proto/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'plugin_proto/Cargo.toml')
-rw-r--r--plugin_proto/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugin_proto/Cargo.toml b/plugin_proto/Cargo.toml
index cb6c7fd..bb43452 100644
--- a/plugin_proto/Cargo.toml
+++ b/plugin_proto/Cargo.toml
@@ -6,6 +6,7 @@ build = "build.rs"
 
 [dependencies]
 protobuf = "*"
+kvm_sys = { path = "../kvm_sys" }
 
 [build-dependencies]
 gcc = "=0.3.54"