Skip to content

Commit

Permalink
chore(Cargo.toml): add documentation metadata for packages
Browse files Browse the repository at this point in the history
This makes the documentation at `docs.rs` slightly more discoverable on
`crates.io` search result pages.
  • Loading branch information
AlexTMjugador committed Dec 10, 2023
1 parent a2b0325 commit 1fe682f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/aotuv_lancer_vorbis_sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ license.workspace = true
version = "0.1.3"
readme = "../../README.md"
repository.workspace = true
documentation = "https://docs.rs/aotuv_lancer_vorbis_sys"
edition.workspace = true
links = "vorbis"
rust-version.workspace = true
Expand Down
1 change: 1 addition & 0 deletions packages/ogg_next_sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ license.workspace = true
version = "0.1.2"
readme = "../../README.md"
repository.workspace = true
documentation = "https://docs.rs/ogg_next_sys"
edition.workspace = true
links = "ogg"
rust-version.workspace = true
Expand Down
1 change: 1 addition & 0 deletions packages/vorbis_rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ license.workspace = true
version = "0.5.3"
readme = "../../README.md"
repository.workspace = true
documentation = "https://docs.rs/vorbis_rs"
edition.workspace = true
rust-version.workspace = true
keywords = ["vorbis", "aotuv", "lancer", "ogg", "xiph"]
Expand Down

0 comments on commit 1fe682f

Please sign in to comment.