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

View File

@@ -14,6 +14,7 @@ extern crate int_enum;
extern crate lazy_static;
#[cfg(all(feature = "link-cplusplus", target_env = "gnu"))]
extern crate link_cplusplus;
extern crate proc_macros;
extern crate tokio;
extern crate regex;
extern crate reqwest;