Cargo.toml 345 B

123456789101112131415
  1. [package]
  2. name = "librespot-protocol"
  3. version = "0.1.2"
  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. edition = "2018"
  9. [dependencies]
  10. protobuf = "~2.14.0"
  11. [build-dependencies]
  12. protobuf-codegen-pure = "~2.14.0"
  13. protobuf-codegen = "~2.14.0"