Skip to content

Commit a76bbea

Browse files
committedJun 26, 2023
docs: Add crate documentation metadata to Cargo.toml
1 parent 1aa3d90 commit a76bbea

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
 

‎Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ keywords = ["openai", "ai", "gpt", "bpe"]
1212
readme = "./README.md"
1313
homepage = "https://github.com/zurawiki/tiktoken-rs"
1414
repository = "https://github.com/zurawiki/tiktoken-rs"
15+
documentation = "https://docs.rs/crate/tiktoken-rs/"
1516
license = "MIT"
1617
[profile.release]
1718
incremental = true

‎tiktoken-rs/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ keywords.workspace = true
99
authors.workspace = true
1010
homepage.workspace = true
1111
repository.workspace = true
12+
documentation.workspace = true
1213
license.workspace = true
1314
readme = "../README.md"
1415

0 commit comments

Comments
 (0)
Please sign in to comment.