Add Cargo metadata

This commit is contained in:
Dirkjan Ochtman 2022-05-12 10:16:28 +02:00
parent e2fd691ed4
commit f47f55c251
1 changed files with 7 additions and 0 deletions

View File

@ -2,6 +2,13 @@
name = "acme" name = "acme"
version = "0.1.0" version = "0.1.0"
edition = "2021" 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] [dependencies]
base64 = "0.13.0" base64 = "0.13.0"