We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfb9434 commit 4e52887Copy full SHA for 4e52887
Cargo.toml
@@ -3,8 +3,17 @@ name = "sherpa-rs"
3
version = "0.1.0"
4
edition = "2021"
5
authors = ["thewh1teagle"]
6
+license = "MIT"
7
repository = "https://github.com/thewh1teagle/sherpa-rs"
8
description = "Rust bindings to https://github.com/k2-fsa/sherpa-onnx"
9
+readme = "README.md"
10
+keywords = [
11
+ "audio",
12
+ "embeddings",
13
+ "speech-recognition",
14
+ "sherpa",
15
+ "diarization",
16
+]
17
18
[dependencies]
19
eyre = "0.6.12"
0 commit comments