diff options
| author | Franck Cuny <franck@fcuny.net> | 2023-03-30 19:19:49 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2023-03-30 19:19:49 -0700 |
| commit | cde127d05455f09cf0f2f790de9ff6253a7f6fee (patch) | |
| tree | fa10e438257140355d2988666791c71abc730fea /src | |
| parent | simplify the main function (diff) | |
| download | x-cde127d05455f09cf0f2f790de9ff6253a7f6fee.tar.gz | |
update metadata in Cargo.toml
Diffstat (limited to 'src')
| -rw-r--r-- | src/x509-info/Cargo.toml | 6 |
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" |
