Cargo.toml 291 B

123456789101112131415
  1. [package]
  2. name = "librespot-metadata"
  3. version = "0.1.0"
  4. authors = ["Paul Lietar <paul@lietar.net>"]
  5. [dependencies]
  6. byteorder = "1.0"
  7. futures = "0.1.8"
  8. linear-map = "1.0"
  9. protobuf = "1.1"
  10. [dependencies.librespot-core]
  11. path = "../core"
  12. [dependencies.librespot-protocol]
  13. path = "../protocol"