summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 9ebe69fc19777ddb32d75572df9c1dd63d7446c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[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 = "0.7"
rocket = "0.4"
lazy_static = { version = "1.4"}
#noria = { git = "https://github.com/mit-pdos/noria" }
noria = { path = "noria/noria" }
noria-server = { path = "noria/noria-server" }
futures = "0.3"
tokio = { version = "0.2", features = ["full"] }