mirror of
https://codeberg.org/madmo/e2size.git
synced 2025-01-18 13:12:41 +00:00
13 lines
325 B
TOML
13 lines
325 B
TOML
[package]
|
|
name = "e2size"
|
|
description = "A simple for ext2/3/4 size calculation based on the superblock"
|
|
homepage = "https://github.com/madmo/e2size"
|
|
version = "0.1.0"
|
|
authors = ["Moritz Bitsch <moritz@h6t.eu>"]
|
|
license = "ISC"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
byteorder = "1.4.3"
|
|
positioned-io = "0.2.2"
|
|
thiserror = "1.0.25" |