Skip to content

Commit 4e52887

Browse files
committed
misc
1 parent bfb9434 commit 4e52887

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Cargo.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,17 @@ name = "sherpa-rs"
33
version = "0.1.0"
44
edition = "2021"
55
authors = ["thewh1teagle"]
6+
license = "MIT"
67
repository = "https://github.com/thewh1teagle/sherpa-rs"
78
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+
]
817

918
[dependencies]
1019
eyre = "0.6.12"

0 commit comments

Comments
 (0)