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

2
Cargo.lock generated
View File

@@ -259,12 +259,14 @@ name = "hardownload"
version = "0.1.0"
dependencies = [
"clap",
"lazy_static",
"log",
"pretty_env_logger",
"reqwest",
"serde",
"serde_json",
"tokio",
"url",
]
[[package]]