2021-06-14 16:07:37 +00:00
|
|
|
[package]
|
|
|
|
name = "e2size"
|
2021-06-16 15:43:27 +00:00
|
|
|
description = "A simple library for ext2 (also ext3 and ext4) size calculation based on the superblock"
|
2021-06-16 15:30:19 +00:00
|
|
|
repository = "https://github.com/madmo/e2size"
|
2021-09-01 09:55:10 +00:00
|
|
|
version = "1.0.0"
|
2021-06-16 15:24:27 +00:00
|
|
|
authors = ["Moritz Bitsch <moritz@h6t.eu>"]
|
2021-06-16 15:30:19 +00:00
|
|
|
readme = "README.md"
|
2021-06-16 15:24:27 +00:00
|
|
|
license = "ISC"
|
2021-06-14 16:07:37 +00:00
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
byteorder = "1.4.3"
|
2021-06-16 15:30:19 +00:00
|
|
|
thiserror = "1.0.25"
|