Cargo.toml 303 B

12345678910111213141516
  1. [package]
  2. name = "librespot-metadata"
  3. version = "0.1.0"
  4. authors = ["Paul Lietar <paul@lietar.net>"]
  5. [dependencies]
  6. byteorder = "1.3"
  7. futures = "0.1"
  8. linear-map = "1.2"
  9. protobuf = "2.8.*"
  10. log = "0.4"
  11. [dependencies.librespot-core]
  12. path = "../core"
  13. [dependencies.librespot-protocol]
  14. path = "../protocol"