Skip to content

Commit

Permalink
added evtx-0.7.3-alpha.0 as submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Starke committed Jun 21, 2021
1 parent 7a04e7a commit 4784221
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "evtx-0.7.3-alpha.0"]
path = evtx-0.7.3-alpha.0
url = https://github.com/janstarke/evtx.git
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ license-file = "LICENSE"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
evtx = { git = "https://github.com/janstarke/evtx" }
#evtx = { path = "../evtx" }
#evtx = { git = "https://github.com/janstarke/evtx" }
evtx = { path = "./evtx-0.7.3-alpha.0" }
anyhow = "1.0.40"
clap = "2.33"
log = "0.4"
Expand Down
1 change: 1 addition & 0 deletions evtx-0.7.3-alpha.0
Submodule evtx-0.7.3-alpha.0 added at ba56a6

0 comments on commit 4784221

Please sign in to comment.