Update metadata
This commit is contained in:
parent
162a5e9af8
commit
707821ca23
@ -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
|
||||
|
||||
|
@ -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.
|
Loading…
Reference in New Issue
Block a user