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

View File

@@ -14,3 +14,5 @@ rust_util = "0.6"
acme-lib = "0.8"
tide = "0.16"
async-std = { version = "1.8", features = ["attributes"] }
serde = { version = "1.0", features = ["derive"] }
deser-hjson = "0.1"