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"]