e2size/Cargo.toml
Moritz Bitsch 09908f0218 Increase minor version
This is required to update the crates.io repository link
2021-09-02 08:55:03 +02:00

14 lines
352 B
TOML

[package]
name = "e2size"
description = "A simple library for ext2 (also ext3 and ext4) size calculation based on the superblock"
repository = "https://codeberg.org/madmo/e2size"
version = "1.0.1"
authors = ["Moritz Bitsch <moritz@h6t.eu>"]
readme = "README.md"
license = "ISC"
edition = "2018"
[dependencies]
byteorder = "1.4.3"
thiserror = "1.0.25"