mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-29 04:04:45 +00:00
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:
parent
6e54767344
commit
359286a87d
@ -24,3 +24,4 @@ scan_fmt = "0.2"
|
||||
regex = "1.1"
|
||||
path-absolutize = "1.2.0"
|
||||
dirs = "3.0.1"
|
||||
anyhow = "1.0.32"
|
||||
|
Loading…
Reference in New Issue
Block a user