feat: config.rs

This commit is contained in:
2021-05-01 14:05:05 +08:00
parent 0a6e09fa96
commit c2a845ee2e
4 changed files with 150 additions and 34 deletions

11
Cargo.lock generated
View File

@@ -7,8 +7,10 @@ dependencies = [
"acme-lib",
"async-std",
"clap",
"deser-hjson",
"lazy_static",
"rust_util",
"serde",
"tide",
]
@@ -644,6 +646,15 @@ version = "2.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3ee2393c4a91429dffb4bedf19f4d6abf27d8a732c8ce4980305d782e5426d57"
[[package]]
name = "deser-hjson"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d995b60ff81bc6af01a98f0bf5db70a7418a1ac8bd74ada633968f388139da5e"
dependencies = [
"serde",
]
[[package]]
name = "digest"
version = "0.9.0"