diff --git a/Cargo.toml b/Cargo.toml index 93113cd..63b0004 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "sha1_smol" version = "1.0.0" authors = ["Armin Ronacher "] keywords = ["sha1"] -description = "Minimal dependency free implementation of SHA1 for Rust." +description = "Minimal dependency-free implementation of SHA1 for Rust." license = "BSD-3-Clause" repository = "https://github.com/mitsuhiko/sha1-smol" edition = "2018"