agent/rustjail: Add anyhow dependency

anyhow provides `anyhow::Error`, a trait object based error type for
easy idiomatic error handling in Rust applications.

Signed-off-by: Julio Montes <julio.montes@intel.com>
This commit is contained in:
Julio Montes 2020-08-28 09:30:03 -05:00
parent 6e54767344
commit 359286a87d

View File

@ -24,3 +24,4 @@ scan_fmt = "0.2"
regex = "1.1"
path-absolutize = "1.2.0"
dirs = "3.0.1"
anyhow = "1.0.32"