Cargo.toml 274 B

123456789101112131415161718
  1. [package]
  2. name = "synfone"
  3. edition = "2018"
  4. version = "0.1.0"
  5. authors = ["Graham Northup <grissess@nexusg.org>"]
  6. [[bin]]
  7. name = "synfone"
  8. doc = false
  9. [dependencies]
  10. byteorder = "1.1.0"
  11. rand = "0.3"
  12. cpal = "0.13"
  13. unicode-xid = "0.1.0"
  14. quick-xml = "0.22.0"
  15. midly = "0.5.2"