diff --git a/Cargo.toml b/Cargo.toml index 5c27f06..051966d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,8 @@ description = "Grammalecte HTTP client" license = "MIT" repository = "https://gitea.communiquons.org/pierre/GrammalecteClient" keywords = ["grammalecte", "spell-check"] +readme = "README.md" +categories = ["text-processing"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/README.md b/README.md index fb4ff9e..ee99546 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # Grammalecte client -This crate is an Open Source [Grammalecte](https://grammalecte.net/) client, writtent in Rust. +[![Crate](https://img.shields.io/crates/v/grammalecte_client.svg)](https://crates.io/crates/grammalecte_client) +[![Documentation](https://docs.rs/grammalecte_client/badge.svg)](https://docs.rs/grammalecte_client/) -Please have a look at this crate documentation to learn more. \ No newline at end of file +This crate is an Open Source [Grammalecte](https://grammalecte.net/) client, written in Rust. + +Please have a look at this [crate documentation](https://docs.rs/grammalecte_client/latest/grammalecte_client/) to learn more. \ No newline at end of file