From ffa780af73624ece590e5225a6ebb7dd443b0f5b Mon Sep 17 00:00:00 2001 From: thewh1teagle <61390950+thewh1teagle@users.noreply.github.com> Date: Sat, 6 Jul 2024 07:24:50 +0300 Subject: [PATCH] misc --- sys/Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/sys/Cargo.toml b/sys/Cargo.toml index a915530..013c98b 100644 --- a/sys/Cargo.toml +++ b/sys/Cargo.toml @@ -7,6 +7,13 @@ homepage = "https://github.com/thewh1teagle/sherpa-rs" repository = "https://github.com/thewh1teagle/sherpa-rs" license = "MIT" description = "Rust bindings to https://github.com/k2-fsa/sherpa-onnx" +keywords = [ + "audio", + "embeddings", + "speech-recognition", + "sherpa", + "diarization", +] include = [ "sherpa-onnx/sherpa-onnx/c-api",