Cargo.toml 246 B

123456789101112131415
  1. [package]
  2. name = "librespot_capi"
  3. version = "0.1.0"
  4. authors = ["Paul Liétar <paul@lietar.net>"]
  5. [lib]
  6. name = "librespot_capi"
  7. crate-type = ["staticlib"]
  8. [dependencies]
  9. libc = "0.2"
  10. eventual = "~0.1.5"
  11. [dependencies.librespot]
  12. path = "../"