[package] name = "spotify_intersect" version = "0.1.0" authors = ["Dennis Kobert "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] rspotify = "0.7" rocket = "0.4" lazy_static = { version = "1.4"} futures = "0.3" postgres = "0.17" tokio-postgres = "0.5"