diff --git a/Cargo.toml b/Cargo.toml index d87e08f..b379e76 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" rust-version = "1.56.1" description = "Converts string cases between camelCase, COBOL-CASE, kebab-case, and so on." documentation = "https://docs.rs/stringcase" -readme = false +readme = "README.md" repository = "https://github.com/sttk/stringcase-rust" license = "MIT" keywords = ["case", "camel", "kebab", "pascal", "snake"]