moved low-level code into fat-bits subcrate
This commit is contained in:
parent
fd24c27338
commit
f3d411f821
17 changed files with 187 additions and 46 deletions
19
Cargo.toml
19
Cargo.toml
|
|
@ -1,16 +1,3 @@
|
|||
[package]
|
||||
name = "fat-rs"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[[bin]]
|
||||
name = "dump"
|
||||
path = "src/dump.rs"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.98"
|
||||
bitflags = "2.9.1"
|
||||
chrono = { version = "0.4.41", default-features = false, features = ["alloc", "std"] }
|
||||
enum_dispatch = "0.3.13"
|
||||
static_assertions = "1.1.0"
|
||||
thiserror = "2.0.12"
|
||||
[workspace]
|
||||
resolver = "3"
|
||||
members = ["fat-bits", "fat-dump"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue