e2size/Cargo.toml
Moritz Bitsch 0ffbd0afd2 Improve Cargo.toml comments
cargo search did not find the package so had to update some strings
2021-06-16 17:43:27 +02:00

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