From 90a4cfacbb64750a6779995e91509588f78e9802 Mon Sep 17 00:00:00 2001 From: Dennis Kobert Date: Wed, 17 Feb 2021 21:22:58 +0100 Subject: Add lobby concept --- Cargo.toml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index b5b089a..12ca7de 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,9 +7,12 @@ 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" +rspotify = "0.10" +rocket = { git = "https://github.com/SergioBenitez/Rocket" } +rocket_contrib = { git = "https://github.com/SergioBenitez/Rocket" } +lazy_static = { version = "*"} postgres = "0.17" tokio-postgres = "0.5" +base64 = "0.13" +rand = "0.8" +failure = "0.1" -- cgit v1.2.3-70-g09d2