This commit is contained in:
2022-05-26 11:16:29 +00:00
committed by GitHub
parent c002f124bb
commit 194f964e91
8 changed files with 233 additions and 2 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 modular_bitfield;
extern crate proc_macros;
extern crate tokio;
extern crate regex;