Skip to content

Commit

Permalink
chore: use include directive to limit crate size (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
nkeenan38 authored Jun 3, 2024
1 parent 88662f8 commit 08a4271
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ readme = "README.md"
keywords = ["speech", "recognition", "voice", "activity", "detection"]
categories = ["multimedia::audio"]
resolver = "2"
include = ["src/**/*", "LICENSE", "README.md", "CHANGELOG.md"]

[dependencies]
futures = "0.3.30"
Expand Down

0 comments on commit 08a4271

Please sign in to comment.