Fix build scripts not build

This commit is contained in:
2022-05-17 15:20:33 +08:00
parent 650e533519
commit 802fc7b658
6 changed files with 27 additions and 9 deletions

11
Cargo.lock generated
View File

@@ -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"