[package] name = "thfmr-playlist" version = "0.2.2" authors = ["Daniel Sonck "] edition = "2018" build = "build.rs" description = "Playlist microservice of the TouHou.FM Radio project" repository = "https://git.touhou.fm/touhou.fm/radio-rust" documentation = "https://docs.rs/thfmr-playlist" license = "GPL-3.0" [build-dependencies] built = "0.4.4" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] thfmr-protocol = { path = "../thfmr-protocol", version = "0.2.2" } thfmr-util = { path = "../thfmr-util", version = "0.2.2" } futures = "0.3.13" tokio = {version = "1", features = ["full"]} log = "0.4.14" env_logger = "0.8.3" thiserror = "1.0.24" warp = "0.3" async-graphql = "2.8.0" async-graphql-warp = "2.8.0" structopt = "0.3"