librespot/capi/Cargo.toml

16 lines
246 B
TOML
Raw Normal View History

2016-01-26 23:21:57 +00:00
[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 = "../"