Read Overlay header

This commit is contained in:
2022-12-06 02:31:05 +01:00
parent 1e0dc0f6f5
commit 9a337a1aa0
7 changed files with 61 additions and 10 deletions

View File

@@ -6,6 +6,7 @@ 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 = "*"