Cargo.toml 199 B

1234567891011
  1. [package]
  2. name = "librespot-protocol"
  3. version = "0.1.0"
  4. authors = ["Paul Liétar <paul@lietar.net>"]
  5. build = "build.rs"
  6. [dependencies]
  7. protobuf = "2.0.5"
  8. [build-dependencies]
  9. protoc-rust = "2.0.5"