feat: add acme statics

This commit is contained in:
2021-10-15 16:36:09 +08:00
parent 4ccd306d40
commit 716b442458
4 changed files with 116 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "acme-client"
version = "0.6.0"
version = "0.6.1"
authors = ["Hatter Jiang <jht5945@gmail.com>"]
edition = "2018"
description = "Acme auto challenge client, acme-client can issue certificates from Let's encrypt"
@@ -19,6 +19,7 @@ deser-hjson = "0.1"
x509-parser = "0.9"
reqwest = { version = "0.11", features = ["blocking"] }
trust-dns-resolver = "0.20"
simpledateformat = "0.1.3"
[profile.release]
codegen-units = 1