We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 491bd04 commit 066816cCopy full SHA for 066816c
Cargo.toml
@@ -4,9 +4,9 @@ version = "0.1.0"
4
description = "Ridiculously fast voice activity detection in pure #[no_std] Rust"
5
repository = "https://github.com/pykeio/earshot"
6
authors = [ "Carson M <[email protected]>" ]
7
-license = "BSD-3-CLAUSE"
+license = "BSD-3-Clause"
8
edition = "2021"
9
-exclude = ["tests/data"]
+exclude = ["tests/data", ".github"]
10
11
[features]
12
default = [ "std", "alloc" ]
0 commit comments