aboutsummaryrefslogtreecommitdiff
path: root/src/x509-info/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'src/x509-info/Cargo.toml')
-rw-r--r--src/x509-info/Cargo.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/x509-info/Cargo.toml b/src/x509-info/Cargo.toml
index 0dff6ec..1cfac68 100644
--- a/src/x509-info/Cargo.toml
+++ b/src/x509-info/Cargo.toml
@@ -6,3 +6,9 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
+chrono = "0.4"
+clap = {version = "4.0.8", features = ["derive", "cargo"]}
+rustls = "0.20.7"
+rustls-native-certs = "0.6.2"
+webpki-roots = "0.22.5"
+x509-parser = "0.14"