From d1a344a1715b8dbe6c5370643b2964bac57dc020 Mon Sep 17 00:00:00 2001 From: Rodolphe Breard Date: Sat, 3 Oct 2020 22:38:20 +0200 Subject: [PATCH] Reorder the Cargo.toml --- acme_common/Cargo.toml | 2 +- acmed/Cargo.toml | 7 ++++--- tacd/Cargo.toml | 5 +++-- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/acme_common/Cargo.toml b/acme_common/Cargo.toml index cd6bdb9..172ac7e 100644 --- a/acme_common/Cargo.toml +++ b/acme_common/Cargo.toml @@ -3,8 +3,8 @@ name = "acme_common" version = "0.12.0" authors = ["Rodolphe Breard "] edition = "2018" -repository = "https://github.com/breard-r/libreauth" readme = "../README.md" +repository = "https://github.com/breard-r/libreauth" license = "MIT OR Apache-2.0" include = ["src/**/*", "Cargo.toml", "Licence_*.txt"] publish = false diff --git a/acmed/Cargo.toml b/acmed/Cargo.toml index 5c9727a..8f2a881 100644 --- a/acmed/Cargo.toml +++ b/acmed/Cargo.toml @@ -4,12 +4,13 @@ version = "0.12.0" authors = ["Rodolphe Breard "] edition = "2018" description = "ACME (RFC 8555) client daemon" -keywords = ["acme", "tls", "X.509"] -repository = "https://github.com/breard-r/acmed" readme = "../README.md" +repository = "https://github.com/breard-r/acmed" license = "MIT OR Apache-2.0" -include = ["src/**/*", "Cargo.toml", "LICENSE-*.txt"] +keywords = ["acme", "tls", "X.509"] +categories = ["cryptography"] build = "build.rs" +include = ["src/**/*", "Cargo.toml", "LICENSE-*.txt"] publish = false [features] diff --git a/tacd/Cargo.toml b/tacd/Cargo.toml index 9461a8d..2be7b87 100644 --- a/tacd/Cargo.toml +++ b/tacd/Cargo.toml @@ -4,10 +4,11 @@ version = "0.12.0" authors = ["Rodolphe Breard "] edition = "2018" description = "TLS-ALPN Challenge Daemon" -keywords = ["acme", "tls", "alpn", "X.509"] -repository = "https://github.com/breard-r/acmed" readme = "../README.md" +repository = "https://github.com/breard-r/acmed" license = "MIT OR Apache-2.0" +keywords = ["acme", "tls", "alpn", "X.509"] +categories = ["cryptography"] include = ["src/**/*", "Cargo.toml", "LICENSE-*.txt"] publish = false