e2size/Cargo.toml

15 lines
374 B
TOML
Raw Normal View History

2021-06-14 16:07:37 +00:00
[package]
name = "e2size"
description = "A simple library for ext2 (also ext3 and ext4) size calculation based on the superblock"
repository = "https://github.com/madmo/e2size"
version = "0.1.2"
2021-06-16 15:24:27 +00:00
authors = ["Moritz Bitsch <moritz@h6t.eu>"]
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"
positioned-io = "0.2.2"
thiserror = "1.0.25"