Yamato-Security / hayabusa-evtx

A fork of the evtx Rust crate for Hayabusa
Apache License 2.0
6 stars 2 forks source link

removed unused crates #53

Closed YamatoSecurity closed 8 months ago

YamatoSecurity commented 8 months ago

I ran cargo machete to find unused crates:

cargo machete
Analyzing dependencies of crates in this directory...
cargo-machete found the following unused dependencies in /Users/reguser/Documents/YamatoSecurity/hayabusa-evtx:
evtx -- /Users/reguser/Documents/YamatoSecurity/hayabusa-evtx/Cargo.toml:
    serde
    simplelog

I did not get a compile error when removing these two crates so we probably do not need them.