aboutsummaryrefslogtreecommitdiff
path: root/src/x509-info/Cargo.toml
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2023-03-30 19:16:55 -0700
committerFranck Cuny <franck@fcuny.net>2023-03-30 19:16:55 -0700
commitcdfe1f02e8e7848c500fb83f952add7158c9368e (patch)
tree3b5b006f755fca1b494aef626ad71fd5811ebbb3 /src/x509-info/Cargo.toml
parentadd a flag to check expired certificate (diff)
downloadx-cdfe1f02e8e7848c500fb83f952add7158c9368e.tar.gz
use anyhow for error handling
Diffstat (limited to '')
-rw-r--r--src/x509-info/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
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"]}