[package]
name = "librespot_capi"
version = "0.1.0"
authors = ["Paul LiƩtar <paul@lietar.net>"]

[lib]
name = "librespot_capi"
crate-type = ["staticlib"]

[dependencies]
libc = "0.2"
eventual    = "~0.1.5"

[dependencies.librespot]
path = "../"