diff options
| author | Franck Cuny <franck@fcuny.net> | 2023-03-30 19:16:55 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2023-03-30 19:16:55 -0700 |
| commit | cdfe1f02e8e7848c500fb83f952add7158c9368e (patch) | |
| tree | 3b5b006f755fca1b494aef626ad71fd5811ebbb3 /src/x509-info/Cargo.toml | |
| parent | add a flag to check expired certificate (diff) | |
| download | x-cdfe1f02e8e7848c500fb83f952add7158c9368e.tar.gz | |
use anyhow for error handling
Diffstat (limited to '')
| -rw-r--r-- | src/x509-info/Cargo.toml | 1 |
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"]} |
