mirror of
https://github.com/lifegpc/pixiv_downloader.git
synced 2026-07-08 01:32:41 +08:00
Fix build scripts not build
This commit is contained in:
11
Cargo.lock
generated
11
Cargo.lock
generated
@@ -1142,11 +1142,10 @@ dependencies = [
|
||||
"json",
|
||||
"lazy_static",
|
||||
"link-cplusplus",
|
||||
"quote",
|
||||
"proc_macros",
|
||||
"regex",
|
||||
"reqwest",
|
||||
"spin_on",
|
||||
"syn",
|
||||
"tokio",
|
||||
"urlparse",
|
||||
"utf16string",
|
||||
@@ -1177,6 +1176,14 @@ dependencies = [
|
||||
"unicode-xid",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "proc_macros"
|
||||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"quote",
|
||||
"syn",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "quote"
|
||||
version = "1.0.15"
|
||||
|
||||
Reference in New Issue
Block a user