Add Cargo metadata
This commit is contained in:
parent
e2fd691ed4
commit
f47f55c251
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue