From ae25b6c1b9242d222a91101c5fb2ffc6ae9b30f7 Mon Sep 17 00:00:00 2001 From: Hugo Osvaldo Barrera Date: Thu, 3 Nov 2022 21:20:41 +0100 Subject: [PATCH] Add links to repo and docs in Cargo.toml This will add a link to the repository in docs.rs, and both links to crates.io. --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index e8e5bac..6957b9c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,8 @@ version = "0.4.0" authors = ["Jeremy Soller "] edition = "2021" license = "MIT OR Apache-2.0" +documentation = "https://docs.rs/cosmic-text/latest/cosmic_text/" +repository = "https://github.com/pop-os/cosmic-text" [dependencies] fontdb = "0.9.3"