From 9ba634c68ed46199ca12f8589b2958d20294f27c Mon Sep 17 00:00:00 2001 From: Dennis Kobert Date: Tue, 11 Feb 2020 16:19:57 +0000 Subject: Use postgres database --- Cargo.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 9ebe69f..b2e6b41 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,8 +10,5 @@ edition = "2018" 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"] } +postgres = "0.17" -- cgit v1.2.3-54-g00ecf