e2size/Cargo.toml
Moritz Bitsch 21b9a027b7 Remove dependency on positioned-io
the stdlib already provides all required traits for a seekable reader
2021-09-01 11:55:10 +02:00

13 lines
350 B
TOML

[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 = "1.0.0"
authors = ["Moritz Bitsch <moritz@h6t.eu>"]
readme = "README.md"
license = "ISC"
edition = "2018"
[dependencies]
byteorder = "1.4.3"
thiserror = "1.0.25"