19 lines
607 B
TOML
19 lines
607 B
TOML
[workspace.package]
|
|
edition = "2021"
|
|
authors = ["ThetaDev <thetadev@magenta.de>"]
|
|
license = "GPL-3.0"
|
|
repository = "https://codeberg.org/ThetaDev/spotifyio"
|
|
keywords = ["spotify", "api"]
|
|
categories = ["api-bindings", "multimedia::audio"]
|
|
|
|
[workspace]
|
|
members = ["crates/*"]
|
|
resolver = "2"
|
|
|
|
[workspace.dependencies]
|
|
protobuf = "3.5"
|
|
|
|
# WS crates
|
|
spotifyio = { path = "crates/spotifyio", version = "0.0.2", registry = "thetadev" }
|
|
spotifyio-protocol = { path = "crates/protocol", version = "0.1.0", registry = "thetadev" }
|
|
spotifyio-model = { path = "crates/model", version = "0.2.0", registry = "thetadev" }
|