diff --git a/Cargo.toml b/Cargo.toml index 853aa22..3b488df 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,10 @@ [package] name = "e2size" +description = "A simple for ext2/3/4 size calculation based on the superblock" +homepage = "https://github.com/madmo/e2size" version = "0.1.0" -authors = ["Moritz Bitsch"] +authors = ["Moritz Bitsch "] +license = "ISC" edition = "2018" [dependencies]