mirror of
https://github.com/librespot-org/librespot.git
synced 2024-11-08 16:45:43 +00:00
21 lines
465 B
TOML
21 lines
465 B
TOML
[package]
|
|
name = "librespot-metadata"
|
|
version = "0.4.1"
|
|
authors = ["Paul Lietar <paul@lietar.net>"]
|
|
description = "The metadata logic for librespot"
|
|
license = "MIT"
|
|
repository = "https://github.com/librespot-org/librespot"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
async-trait = "0.1"
|
|
byteorder = "1.3"
|
|
protobuf = "2.14.0"
|
|
log = "0.4"
|
|
|
|
[dependencies.librespot-core]
|
|
path = "../core"
|
|
version = "0.4.1"
|
|
[dependencies.librespot-protocol]
|
|
path = "../protocol"
|
|
version = "0.4.1"
|