Read in LBA file path from header file
This commit is contained in:
@@ -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"}
|
||||
|
Reference in New Issue
Block a user