add url, lazy_static

This commit is contained in:
2020-06-21 14:28:39 +08:00
parent bd71cf84a8
commit 1b554cb1b1
4 changed files with 48 additions and 17 deletions

View File

@@ -14,3 +14,5 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
log = "0.4.8"
pretty_env_logger = "0.4.0"
url = "2.1.1"
lazy_static = "1.4.0"