summary refs log tree commit diff
path: root/x86_64/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'x86_64/Cargo.toml')
-rw-r--r--x86_64/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/x86_64/Cargo.toml b/x86_64/Cargo.toml
index 49ef53f..6f6bfaf 100644
--- a/x86_64/Cargo.toml
+++ b/x86_64/Cargo.toml
@@ -17,6 +17,7 @@ kvm_sys = { path = "../kvm_sys" }
 libc = "*"
 remain = "*"
 resources = { path = "../resources" }
+servers = { path = "../servers" }
 sync = { path = "../sync" }
 sys_util = { path = "../sys_util" }
 acpi_tables = {path = "../acpi_tables" }