mirror of
https://codeberg.org/madmo/e2size.git
synced 2025-01-18 13:12:41 +00:00
Improve Cargo.toml comments
cargo search did not find the package so had to update some strings
This commit is contained in:
parent
a380dd3dc7
commit
0ffbd0afd2
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue