This commit is contained in:
2022-05-28 01:09:31 +00:00
committed by GitHub
parent 4a0bb93f97
commit c9474bbab5
9 changed files with 97 additions and 2 deletions

View File

@@ -19,6 +19,7 @@ extern crate proc_macros;
extern crate tokio;
extern crate regex;
extern crate reqwest;
extern crate url;
extern crate urlparse;
#[cfg(feature = "utf16string")]
extern crate utf16string;