librespot/capi/Cargo.toml
2016-02-05 21:11:55 +00:00

16 lines
246 B
TOML

[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 = "../"