summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDennis Kobert <dennis@kobert.dev>2020-02-11 16:19:57 +0000
committerDennis Kobert <dennis@kobert.dev>2020-02-11 16:19:57 +0000
commit9ba634c68ed46199ca12f8589b2958d20294f27c (patch)
tree411e8e4f80d5c7dc954c54b5b1c02116ff1783f2 /Cargo.toml
parent10ea9b412d0e9bc3152be8138811b2f473c48c67 (diff)
Use postgres database
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 1 insertions, 4 deletions
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"