Update: store toml rules in config.rs - Singleton

This commit is contained in:
itiB
2020-11-05 19:40:04 +09:00
parent 77df2fcc9c
commit 28d5731ef0
5 changed files with 9 additions and 6 deletions

View File

@@ -1,6 +1,5 @@
extern crate chrono;
extern crate lazy_static;
use crate::detections::configs::{singleton, Lang};
use chrono::{DateTime, TimeZone, Utc};
use lazy_static::lazy_static;
use std::collections::BTreeMap;