This commit is contained in:
daichi
2020-10-25 23:51:59 +09:00
parent c03ca73f6c
commit 46aa50a597
2 changed files with 2 additions and 2 deletions

View File

@@ -6,8 +6,8 @@ use evtx::EvtxParser;
use quick_xml::de::DeError;
use std::{fs, path::PathBuf, process};
use yamato_event_analyzer::detections::detection;
use yamato_event_analyzer::toml;
use yamato_event_analyzer::omikuji::Omikuji;
use yamato_event_analyzer::toml;
fn build_app() -> clap::App<'static, 'static> {
let program = std::env::args()

View File

@@ -19,4 +19,4 @@ impl Omikuji {
};
file_name.to_string()
}
}
}