mirror of
https://github.com/librespot-org/librespot.git
synced 2024-11-08 16:45:43 +00:00
15 lines
293 B
TOML
15 lines
293 B
TOML
[package]
|
|
name = "librespot-metadata"
|
|
version = "0.1.0"
|
|
authors = ["Paul Lietar <paul@lietar.net>"]
|
|
|
|
[dependencies]
|
|
byteorder = "1.0"
|
|
futures = "0.1.8"
|
|
linear-map = "1.0"
|
|
protobuf = "2.0.5"
|
|
|
|
[dependencies.librespot-core]
|
|
path = "../core"
|
|
[dependencies.librespot-protocol]
|
|
path = "../protocol"
|