Cargo.toml 529 B

12345678910111213141516171819202122232425262728
  1. [package]
  2. name = "librespot"
  3. version = "0.1.0"
  4. authors = ["Paul Liétar <paul@lietar.net>"]
  5. build = "build.rs"
  6. links = "gmp"
  7. #[[bin]]
  8. #name = "librespot"
  9. #path = "src/main.rs"
  10. [dependencies]
  11. mod_path = "*"
  12. byteorder = "*"
  13. num = "*"
  14. rand = "*"
  15. lazy_static = "0.1.*"
  16. rust-crypto = "*"
  17. [dependencies.protobuf]
  18. git = "https://github.com/plietar/rust-protobuf.git"
  19. [dependencies.protobuf_macros]
  20. git = "https://github.com/plietar/rust-protobuf-macros.git"
  21. [dependencies.rust-gmp]
  22. git = "https://github.com/plietar/rust-gmp.git"