diff --git a/Cargo.toml b/Cargo.toml index 241098a..dff8881 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,8 @@ edition = "2021" authors = ["Pierre Hubert "] description = "Grammalecte HTTP client" license = "MIT" +repository = "https://gitea.communiquons.org/pierre/GrammalecteClient" +keywords = ["grammalecte", "spell-check"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/README.md b/README.md new file mode 100644 index 0000000..fb4ff9e --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +# Grammalecte client +This crate is an Open Source [Grammalecte](https://grammalecte.net/) client, writtent in Rust. + +Please have a look at this crate documentation to learn more. \ No newline at end of file