diff --git a/Cargo.toml b/Cargo.toml index ac23791..0838605 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,7 @@ description = "A simple, thread-safe, and async-friendly IRC client library." authors = ["Aaron Weiss "] license = "MPL-2.0" keywords = ["irc", "client", "thread-safe", "async", "tokio"] +documentation = "https://docs.rs/irc/" repository = "https://github.com/aatxe/irc" readme = "README.md" diff --git a/README.md b/README.md index ddfb12f..3a8e42b 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A robust, thread-safe and async-friendly IRC library in Rust. The client portion [IRCv3.2](http://ircv3.net/irc/3.2.html), and includes some additional, common features. It also features a number of useful built-in features for building a powerful client quickly. The server portion does not exist yet, but hopefully will in the future. You can find up-to-date, ready-to-use documentation -online [here](https://docs.rs/irc/0.12.0/irc/). The documentation is generated with the default +online [here](https://docs.rs/irc/). The documentation is generated with the default features. These are, however, strictly optional and can be disabled accordingly. ## Getting Started ##