Cargo.toml 422 B

1234567891011121314151617
  1. [package]
  2. name = "librespot-protocol"
  3. version = "0.1.3"
  4. authors = ["Paul Liétar <paul@lietar.net>"]
  5. build = "build.rs"
  6. description = "The protobuf logic for communicating with Spotify servers"
  7. license = "MIT"
  8. repository = "https://github.com/librespot-org/librespot"
  9. edition = "2018"
  10. [dependencies]
  11. protobuf = "~2.14.0"
  12. [build-dependencies]
  13. protobuf-codegen-pure = "~2.14.0"
  14. protobuf-codegen = "~2.14.0"
  15. glob = "0.3.0"