Update metadata

This commit is contained in:
Pierre Hubert 2022-12-20 10:18:19 +01:00
parent 162a5e9af8
commit 707821ca23
2 changed files with 7 additions and 2 deletions

View File

@ -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

View File

@ -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.
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.