Implement writing LBA header

This commit is contained in:
2022-12-09 04:08:29 +01:00
parent 3867b3f885
commit 396f6da113
3 changed files with 46 additions and 26 deletions

View File

@@ -6,7 +6,6 @@ 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"]}
no-comment = "*"