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

View File

@@ -25,6 +25,7 @@ extern crate vm_migration;
#[macro_use]
extern crate serde_derive;
extern crate serde_json;
extern crate thiserror;
use std::fmt;
use std::result;