aboutsummaryrefslogtreecommitdiff
path: root/src/x509-info
diff options
context:
space:
mode:
Diffstat (limited to 'src/x509-info')
-rw-r--r--src/x509-info/Cargo.toml6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/x509-info/Cargo.toml b/src/x509-info/Cargo.toml
index e358a44..e8b16e7 100644
--- a/src/x509-info/Cargo.toml
+++ b/src/x509-info/Cargo.toml
@@ -2,8 +2,10 @@
name = "x509-info"
version = "0.1.0"
edition = "2021"
-
-# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+authors = ["Franck Cuny <franck@fcuny.net>"]
+description = "Print summary of x509 certificates."
+homepage = "https://git.fcuny.net/x509-info/about/"
+readme = "README.md"
[dependencies]
anyhow = "1.0.70"