summary refs log tree commit diff
path: root/devices/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'devices/Cargo.toml')
-rw-r--r--devices/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/devices/Cargo.toml b/devices/Cargo.toml
index 8bea78d..a500cf8 100644
--- a/devices/Cargo.toml
+++ b/devices/Cargo.toml
@@ -49,6 +49,7 @@ vfio_sys = { path = "../vfio_sys" }
 vhost = { path = "../vhost" }
 virtio_sys = { path = "../virtio_sys" }
 vm_control = { path = "../vm_control" }
+lazy_static = "1.4.0"
 
 [dev-dependencies]
 tempfile = { path = "../tempfile" }