Toml読み込み機能実装

This commit is contained in:
akiranishikawa
2020-10-10 09:59:08 +09:00
parent 22edee0332
commit f2f3a7e99a
8 changed files with 110 additions and 1 deletions
+3 -1
View File
@@ -11,8 +11,10 @@ evtx = { git = "https://github.com/omerbenamram/evtx.git" }
quick-xml = {version = "0.17", features = ["serialize"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = { version = "1.0"}
serde_derive = "1.0"
clap = "*"
regex = "1"
csv = "1.1"
base64 = "*"
flate2 = "1.0"
flate2 = "1.0"
toml = "0.5"