moved low-level code into fat-bits subcrate
This commit is contained in:
parent
fd24c27338
commit
026e56c94e
20 changed files with 186 additions and 46 deletions
8
fat-dump/Cargo.toml
Normal file
8
fat-dump/Cargo.toml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
[package]
|
||||
name = "fat-dump"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.98"
|
||||
fat-bits = { version = "0.1.0", path = "../fat-bits" }
|
||||
Loading…
Add table
Add a link
Reference in a new issue