From d44320488fd2db344b6b1fd156c22fdf90b82fe2 Mon Sep 17 00:00:00 2001 From: Dylan Reid Date: Wed, 6 Dec 2017 18:20:09 -0800 Subject: main: Add inflate/deflate interface for balloon Change-Id: I0fc63abbed8db303c7d283ce392fd47777b60d19 Reviewed-on: https://chromium-review.googlesource.com/818207 Commit-Ready: Dylan Reid Tested-by: Dylan Reid Reviewed-by: Zach Reizner --- Cargo.lock | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index dcdcc3d..8a3ff71 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -132,6 +132,7 @@ dependencies = [ name = "vm_control" version = "0.1.0" dependencies = [ + "byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "data_model 0.1.0", "kvm 0.1.0", "libc 0.2.32 (registry+https://github.com/rust-lang/crates.io-index)", -- cgit 1.4.1