mirror of
https://github.com/librespot-org/librespot.git
synced 2024-11-08 16:45:43 +00:00
19 lines
388 B
TOML
19 lines
388 B
TOML
[package]
|
|
name = "librespot-metadata"
|
|
version = "0.1.0"
|
|
authors = ["Paul Lietar <paul@lietar.net>"]
|
|
description="The metadata logic for librespot"
|
|
license="MIT"
|
|
|
|
[dependencies]
|
|
byteorder = "1.3"
|
|
futures = "0.1"
|
|
linear-map = "1.2"
|
|
protobuf = "2.8.1"
|
|
|
|
[dependencies.librespot-core]
|
|
path = "../core"
|
|
version = "0.1.0"
|
|
[dependencies.librespot-protocol]
|
|
path = "../protocol"
|
|
version = "0.1.0"
|