Cargo.toml 256 B

1234567891011121314
  1. [package]
  2. name = "sampler"
  3. version = "0.1.0"
  4. authors = ["mitchmindtree <mitchell.nordine@gmail.com>"]
  5. [dependencies]
  6. pitch_calc = "0.10.0"
  7. sample = "0.3.0"
  8. time_calc = "0.10.1"
  9. [dev-dependencies]
  10. find_folder = "0.3.0"
  11. hound = "1.1.0"
  12. portaudio = "0.6.2"