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.
This commit is contained in:
Hugo Osvaldo Barrera 2022-11-03 21:20:41 +01:00 committed by Jeremy Soller
parent 093a6081bc
commit ae25b6c1b9

View file

@ -5,6 +5,8 @@ version = "0.4.0"
authors = ["Jeremy Soller <jeremy@system76.com>"]
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"