From d2700a6bfd2fb9ca575c978743b34833c3cf0f80 Mon Sep 17 00:00:00 2001 From: Moritz Bitsch Date: Wed, 16 Jun 2021 17:24:27 +0200 Subject: [PATCH] Update Cargo.toml for crates.io --- Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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]