From cdfe1f02e8e7848c500fb83f952add7158c9368e Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 30 Mar 2023 19:16:55 -0700 Subject: use anyhow for error handling --- src/x509-info/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'src/x509-info/Cargo.toml') diff --git a/src/x509-info/Cargo.toml b/src/x509-info/Cargo.toml index f6b4e3e..e358a44 100644 --- a/src/x509-info/Cargo.toml +++ b/src/x509-info/Cargo.toml @@ -6,6 +6,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] +anyhow = "1.0.70" chrono = {version = "0.4.20", features = ["clock"], default-features = false } clap = {version = "4.0.18", features = ["derive", "cargo"]} rustls = {version = "0.20.7", features = ["dangerous_configuration"]} -- cgit v1.2.3