librespot/metadata/Cargo.toml

22 lines
419 B
TOML
Raw Normal View History

2017-08-03 19:10:48 +00:00
[package]
name = "librespot-metadata"
2020-07-29 15:23:41 +00:00
version = "0.1.3"
2017-08-03 19:10:48 +00:00
authors = ["Paul Lietar <paul@lietar.net>"]
description="The metadata logic for librespot"
license="MIT"
edition = "2018"
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"
protobuf = "~2.14.0"
2019-12-16 11:47:52 +00:00
log = "0.4"
2017-08-03 19:10:48 +00:00
[dependencies.librespot-core]
path = "../core"
2020-07-29 15:23:41 +00:00
version = "0.1.3"
2017-08-03 19:10:48 +00:00
[dependencies.librespot-protocol]
path = "../protocol"
2020-07-29 15:23:41 +00:00
version = "0.1.3"