From 421232c8795222469772b032d4ca82b737e3bab2 Mon Sep 17 00:00:00 2001 From: Moritz Bitsch Date: Wed, 16 Jun 2021 17:30:19 +0200 Subject: [PATCH] Update Cargo.toml for crates.io Added repository and readme link --- Cargo.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3b488df..d1d66cc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,13 +1,14 @@ [package] name = "e2size" description = "A simple for ext2/3/4 size calculation based on the superblock" -homepage = "https://github.com/madmo/e2size" +repository = "https://github.com/madmo/e2size" version = "0.1.0" authors = ["Moritz Bitsch "] +readme = "README.md" license = "ISC" edition = "2018" [dependencies] byteorder = "1.4.3" positioned-io = "0.2.2" -thiserror = "1.0.25" \ No newline at end of file +thiserror = "1.0.25"