Skip to content

Commit

Permalink
Add documentation and repository metadata to Cargo.toml
Browse files Browse the repository at this point in the history
This makes it easier to find the source repository
for crates published on crates.io page.
  • Loading branch information
link2xt committed Mar 31, 2024
1 parent eb3d3c3 commit 3f4d184
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index/japanese/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ authors = ["Kang Seonghoon <[email protected]>"]

description = "Index tables for Japanese character encodings"
homepage = "https://github.com/lifthrasiir/rust-encoding"
documentation = "https://lifthrasiir.github.io/rust-encoding/"
repository = "https://github.com/lifthrasiir/rust-encoding"
readme = "../../../README.md"
license = "CC0-1.0"

Expand Down
2 changes: 2 additions & 0 deletions src/index/korean/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ authors = ["Kang Seonghoon <[email protected]>"]

description = "Index tables for Korean character encodings"
homepage = "https://github.com/lifthrasiir/rust-encoding"
documentation = "https://lifthrasiir.github.io/rust-encoding/"
repository = "https://github.com/lifthrasiir/rust-encoding"
readme = "../../../README.md"
license = "CC0-1.0"

Expand Down
2 changes: 2 additions & 0 deletions src/index/simpchinese/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ authors = ["Kang Seonghoon <[email protected]>"]

description = "Index tables for simplified Chinese character encodings"
homepage = "https://github.com/lifthrasiir/rust-encoding"
documentation = "https://lifthrasiir.github.io/rust-encoding/"
repository = "https://github.com/lifthrasiir/rust-encoding"
readme = "../../../README.md"
license = "CC0-1.0"

Expand Down
2 changes: 2 additions & 0 deletions src/index/singlebyte/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ authors = ["Kang Seonghoon <[email protected]>"]

description = "Index tables for various single-byte character encodings"
homepage = "https://github.com/lifthrasiir/rust-encoding"
documentation = "https://lifthrasiir.github.io/rust-encoding/"
repository = "https://github.com/lifthrasiir/rust-encoding"
readme = "../../../README.md"
license = "CC0-1.0"

Expand Down
2 changes: 2 additions & 0 deletions src/index/tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ authors = ["Kang Seonghoon <[email protected]>"]

description = "Helper macros used to test index tables for character encodings"
homepage = "https://github.com/lifthrasiir/rust-encoding"
documentation = "https://lifthrasiir.github.io/rust-encoding/"
repository = "https://github.com/lifthrasiir/rust-encoding"
readme = "../../../README.md"
license = "CC0-1.0"

Expand Down
2 changes: 2 additions & 0 deletions src/index/tradchinese/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ authors = ["Kang Seonghoon <[email protected]>"]

description = "Index tables for traditional Chinese character encodings"
homepage = "https://github.com/lifthrasiir/rust-encoding"
documentation = "https://lifthrasiir.github.io/rust-encoding/"
repository = "https://github.com/lifthrasiir/rust-encoding"
readme = "../../../README.md"
license = "CC0-1.0"

Expand Down

0 comments on commit 3f4d184

Please sign in to comment.