From 12d8e1f532761e2d632f3b9359f654575ad753c0 Mon Sep 17 00:00:00 2001 From: Enyium <123484196+Enyium@users.noreply.github.com> Date: Tue, 5 Dec 2023 12:28:47 +0100 Subject: [PATCH] Added docs.rs link to `Cargo.toml` --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 5d4f317..40944ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,7 @@ version = "0.25.6" authors = ["Nolan Darilek "] repository = "https://github.com/ndarilek/tts-rs" description = "High-level Text-To-Speech (TTS) interface" +documentation = "https://docs.rs/tts" license = "MIT" exclude = ["*.cfg", "*.yml"] edition = "2021"