Improve Cargo.toml comments

cargo search did not find the package so had to update some strings
This commit is contained in:
Moritz Bitsch 2021-06-16 17:43:27 +02:00
parent a380dd3dc7
commit 0ffbd0afd2

View file

@ -1,8 +1,8 @@
[package]
name = "e2size"
description = "A simple library for ext2/3/4 size calculation based on the superblock"
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.1"
version = "0.1.2"
authors = ["Moritz Bitsch <moritz@h6t.eu>"]
readme = "README.md"
license = "ISC"