From 7e40d27e75364ce65ec46b8e07c4fe880791da98 Mon Sep 17 00:00:00 2001 From: Moritz Bitsch Date: Wed, 16 Jun 2021 17:35:53 +0200 Subject: [PATCH] Improve crate description --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d1d66cc..95921d3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "e2size" -description = "A simple for ext2/3/4 size calculation based on the superblock" +description = "A simple library for ext2/3/4 size calculation based on the superblock" repository = "https://github.com/madmo/e2size" version = "0.1.0" authors = ["Moritz Bitsch "] diff --git a/README.md b/README.md index e42ee90..1e48528 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # e2size -A simple parser for ext2/3/4 size calculation based on the ext2/3/4 superblock +A simple library for ext2/3/4 size calculation based on the superblock