Toml読み込み機能実装
This commit is contained in:
+3
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user