mirror of
https://github.com/librespot-org/librespot.git
synced 2024-11-08 16:45:43 +00:00
16 lines
267 B
TOML
16 lines
267 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"
|
|
owning_ref = "0.1.*"
|
|
|
|
[dependencies.librespot]
|
|
path = "../"
|