spotify-genres/libs/rust/Cargo.toml

23 lines
525 B
TOML

[package]
name = "spotify-genrebase"
version = "0.1.0"
edition = "2021"
authors = ["ThetaDev <thetadev@magenta.de>"]
license = "MIT"
description = "Lookup Spotify genre metadata"
repository = "https://code.thetadev.de/Tiraya/spotify-genres"
[features]
playlists = []
[dependencies]
log = "0.4"
path_macro = "1.0"
serde = { version = "1.0", features = ["derive"] }
serde_with = { version = "3.0", default-features = false, features = [
"alloc",
"macros",
] }
serde_json = "1.0"
serde_plain = "1.0"
thiserror = "1.0"