added superblock, group descriptors, and mmp structured
This commit is contained in:
parent
9de87bd6b2
commit
75d23682c0
10 changed files with 824 additions and 2 deletions
10
Cargo.toml
10
Cargo.toml
|
|
@ -1,6 +1,14 @@
|
|||
[package]
|
||||
name = "ext4-rs"
|
||||
name = "ext4"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[[bin]]
|
||||
name = "dump"
|
||||
path = "src/dump.rs"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.98"
|
||||
bitflags = "2.9.1"
|
||||
static_assertions = "1.1.0"
|
||||
thiserror = "2.0.12"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue