Skip to content

Commit

Permalink
Add metadata to Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
alesgenova committed Mar 17, 2019
1 parent 1c3262a commit d1b7372
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
[package]
name = "pitch-detection"
description = "A collection of algorithms to determine the pitch of a sound sample."
version = "0.1.0"
authors = ["Alessandro Genova <ales.genova@gmail.com>"]
edition = "2018"
license = "MIT/Apache-2.0"
homepage = "https://github.com/alesgenova/pitch-detection"
repository = "https://github.com/alesgenova/pitch-detection"
keywords = ["pitch", "frequency", "detection", "sound"]
categories = ["algorithms", "multimedia::audio", "no-std"]
readme = "README.md"

[dependencies]
rustfft = { version = "3.0.0", default-features = false }
Expand Down

0 comments on commit d1b7372

Please sign in to comment.