mirror of
https://github.com/librespot-org/librespot.git
synced 2024-12-18 17:11:53 +00:00
16 lines
246 B
TOML
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 = "../"
|