Skip to content

Commit

Permalink
Reduce number of keywords #7
Browse files Browse the repository at this point in the history
Caused by: invalid length 13, expected at most 5 keywords per crate.
  • Loading branch information
jurihock committed Jun 25, 2023
1 parent 72d3796 commit 2938cad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description = "Constant-Q Sliding DFT"
readme = "README.md"
license = "MIT"
license-file = "LICENSE"
keywords = ["cqt", "constant-q", "sliding", "dft", "discrete", "fourier", "transform", "audio", "signal-processing", "dsp", "spectrum", "frequencies", "hz"]
keywords = ["cqt", "dft", "audio", "signal-processing", "spectrum"]
categories = ["algorithms", "mathematics", "multimedia", "science"]

[dependencies]
Expand Down

0 comments on commit 2938cad

Please sign in to comment.