summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 1e2233612b0e4c94a49160ef2516c897f4ab38b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "spotify_intersect"
version = "0.1.0"
authors = ["Dennis Kobert <dennis@kobert.dev>"]
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
rspotify = {git = "https://github.com/ramsayleung/rspotify", features = ["env-file"]}
rocket = { git = "https://github.com/SergioBenitez/Rocket" }
rocket_contrib = { git = "https://github.com/SergioBenitez/Rocket" }
lazy_static = { version = "*"}
tokio-postgres = "0.7"
futures = "*"
tokio = "1.2"
base64 = "0.13"
rand = "0.8"