diff --git a/Cargo.toml b/Cargo.toml index 0c4dad4..495a8ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,7 @@ license = "MIT" authors = ["Felipe S. S. Schneider "] description = "Never exceed OpenAI's chat models' maximum number of tokens when using the async_openai Rust crate" repository = "https://github.com/schneiderfelipe/chat-splitter" +documentation = "https://docs.rs/chat-splitter" rust-version = "1.72.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/README.md b/README.md index dcea867..2d42a2d 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,15 @@ # chat-splitter -[![Build Status]][actions] [![Latest Version]][crates.io] +[![Build Status]][actions] +[![Latest Version]][crates.io] +[![Documentation]][docs.rs] [Build Status]: https://github.com/schneiderfelipe/chat-splitter/actions/workflows/rust.yml/badge.svg [actions]: https://github.com/schneiderfelipe/chat-splitter/actions/workflows/rust.yml [Latest Version]: https://img.shields.io/crates/v/chat_splitter.svg [crates.io]: https://crates.io/crates/chat_splitter +[Documentation]: https://img.shields.io/docsrs/chat-splitter +[docs.rs]: https://docs.rs/chat-splitter > For more information, > please refer to the [blog announcement](https://schneiderfelipe.github.io/posts/chat-splitter-first-release/).