2017-08-03 19:10:48 +00:00
|
|
|
[package]
|
|
|
|
name = "librespot-metadata"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Paul Lietar <paul@lietar.net>"]
|
2019-11-06 15:50:26 +00:00
|
|
|
description="The metadata logic for librespot"
|
|
|
|
license="MIT"
|
2017-08-03 19:10:48 +00:00
|
|
|
|
|
|
|
[dependencies]
|
2019-07-08 08:08:32 +00:00
|
|
|
byteorder = "1.3"
|
|
|
|
futures = "0.1"
|
|
|
|
linear-map = "1.2"
|
2019-11-06 15:59:40 +00:00
|
|
|
protobuf = "2.8.1"
|
2017-08-03 19:10:48 +00:00
|
|
|
|
|
|
|
[dependencies.librespot-core]
|
|
|
|
path = "../core"
|
2019-11-06 15:59:40 +00:00
|
|
|
version = "0.1.0"
|
2017-08-03 19:10:48 +00:00
|
|
|
[dependencies.librespot-protocol]
|
|
|
|
path = "../protocol"
|
2019-11-06 15:59:40 +00:00
|
|
|
version = "0.1.0"
|