From 2f0d5976e7f75cf6fa4ef669f5a40f10baf44f14 Mon Sep 17 00:00:00 2001 From: Eason WaveKat Date: Wed, 8 Apr 2026 08:29:11 +1200 Subject: [PATCH] fix: add readme field for crates.io --- Cargo.toml | 1 + crates/wavekat-tts/Cargo.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 3d3abf0..a691f35 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,3 +7,4 @@ version = "0.0.1" edition = "2021" license = "Apache-2.0" repository = "https://github.com/wavekat/wavekat-tts" +readme = "README.md" diff --git a/crates/wavekat-tts/Cargo.toml b/crates/wavekat-tts/Cargo.toml index f9723b9..fb5028c 100644 --- a/crates/wavekat-tts/Cargo.toml +++ b/crates/wavekat-tts/Cargo.toml @@ -4,6 +4,7 @@ version.workspace = true edition.workspace = true license.workspace = true repository.workspace = true +readme.workspace = true description = "Unified text-to-speech for voice pipelines with multiple backend support" keywords = ["tts", "speech", "audio", "voice", "text-to-speech"] categories = ["multimedia::audio"]