librespot/metadata/Cargo.toml

22 lines
465 B
TOML
Raw Normal View History

2017-08-03 19:10:48 +00:00
[package]
name = "librespot-metadata"
2021-05-04 12:05:13 +00:00
version = "0.2.0"
2017-08-03 19:10:48 +00:00
authors = ["Paul Lietar <paul@lietar.net>"]
description = "The metadata logic for librespot"
license = "MIT"
repository = "https://github.com/librespot-org/librespot"
edition = "2018"
2017-08-03 19:10:48 +00:00
[dependencies]
2021-01-21 21:07:16 +00:00
async-trait = "0.1"
2019-07-08 08:08:32 +00:00
byteorder = "1.3"
2021-05-04 11:57:05 +00:00
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"
2021-05-04 12:05:13 +00:00
version = "0.2.0"
2017-08-03 19:10:48 +00:00
[dependencies.librespot-protocol]
path = "../protocol"
2021-05-04 12:05:13 +00:00
version = "0.2.0"