Cargo.toml 273 B

123456789101112
  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. mod_path = "~0.1.6"
  8. protobuf = "~1.0.10"
  9. [build-dependencies.protobuf_build]
  10. git = "https://github.com/plietar/rust-protobuf-build.git"