librespot/metadata/Cargo.toml
2019-07-17 22:08:15 -05:00

15 lines
289 B
TOML

[package]
name = "librespot-metadata"
version = "0.1.0"
authors = ["Paul Lietar <paul@lietar.net>"]
[dependencies]
byteorder = "1.3"
futures = "0.1"
linear-map = "1.2"
protobuf = "2.7"
[dependencies.librespot-core]
path = "../core"
[dependencies.librespot-protocol]
path = "../protocol"