librespot/metadata/Cargo.toml
Lyndon Brown f87cbd6fde add missing repo links to sub-crate cargo toml files
such that links are available from their crates.io pages to the project repo.
2020-11-26 19:30:37 +00:00

23 lines
477 B
TOML

[package]
name = "librespot-metadata"
version = "0.1.3"
authors = ["Paul Lietar <paul@lietar.net>"]
description="The metadata logic for librespot"
license="MIT"
repository = "https://github.com/librespot-org/librespot"
edition = "2018"
[dependencies]
byteorder = "1.3"
futures = "0.1"
linear-map = "1.2"
protobuf = "~2.14.0"
log = "0.4"
[dependencies.librespot-core]
path = "../core"
version = "0.1.3"
[dependencies.librespot-protocol]
path = "../protocol"
version = "0.1.3"