diff --git a/Cargo.toml b/Cargo.toml index 75061aa..d8b6f7b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "padder" version = "0.1.0" edition = "2021" -description = "String formatting done right." +description = "String formatting and padding, done right, the rusty way." authors = [ "Wilhelm Ă…gren ", ]