summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 917ea25..64bfb5b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -22,8 +22,8 @@ vhost-user-slave = ["vhost-user"]
bitflags = ">=1.0.1"
libc = ">=0.2.39"
-sys_util = { path = "../../../platform/crosvm/sys_util" } # provided by ebuild
-tempfile = { path = "../../../platform/crosvm/tempfile" } # provided by ebuild
+sys_util = { path = "../../../external/crosvm/sys_util" } # provided by ebuild
+tempfile = { path = "../../../external/crosvm/tempfile" } # provided by ebuild
vm-memory = { version = "0.2.0", optional = true }
[dev-dependencies]