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:
parent
093a6081bc
commit
ae25b6c1b9
1 changed files with 2 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue