Read in LBA file path from header file

This commit is contained in:
Jaby
2022-12-07 03:53:48 +01:00
parent 8269dab350
commit 56fbcfd994
3 changed files with 55 additions and 11 deletions

View File

@@ -6,9 +6,10 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
byteorder = "*"
cdtypes = {path = "../cdtypes"}
clap = {version = "*", features = ["derive"]}
paste = "*"
roxmltree = "*"
tool_helper = {path = "../tool_helper"}
byteorder = "*"
cdtypes = {path = "../cdtypes"}
clap = {version = "*", features = ["derive"]}
no-comment = "*"
paste = "*"
roxmltree = "*"
tool_helper = {path = "../tool_helper"}