From f47f55c251381e4a46069bdb7218033c85354176 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Thu, 12 May 2022 10:16:28 +0200 Subject: [PATCH] Add Cargo metadata --- Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index f770f80..d84b392 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,13 @@ name = "acme" version = "0.1.0" edition = "2021" +license = "Apache-2.0" +description = "Async pure-Rust ACME client" +homepage = "https://github.com/InstantDomain/instant-acme" +repository = "https://github.com/InstantDomain/instant-acme" +documentation = "https://docs.rs/instant-acme" +keywords = ["letsencrypt", "acme"] +categories = ["web-programming", "api-bindings"] [dependencies] base64 = "0.13.0"