lazy-regex

This commit is contained in:
veeso
2022-08-17 10:24:13 +02:00
parent b3ab76e573
commit 90d7083b24
6 changed files with 87 additions and 53 deletions

View File

@@ -5,6 +5,8 @@ const TERMSCP_AUTHORS: &str = env!("CARGO_PKG_AUTHORS");
#[macro_use]
extern crate bitflags;
#[macro_use]
extern crate lazy_regex;
#[macro_use]
extern crate lazy_static;
#[macro_use]
extern crate log;