arch: Include "thiserror" crate as well as "anyhow"

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
Rob Bradford
2021-02-03 10:23:35 +00:00
committed by Samuel Ortiz
parent 707bb0ba72
commit 6e4c90f305
3 changed files with 5 additions and 2 deletions
Generated
+1
View File
@@ -72,6 +72,7 @@ dependencies = [
"serde",
"serde_derive",
"serde_json",
"thiserror",
"vm-memory",
"vm-migration",
]