From 10ea9b412d0e9bc3152be8138811b2f473c48c67 Mon Sep 17 00:00:00 2001 From: Dennis Kobert Date: Sun, 9 Feb 2020 23:06:13 +0000 Subject: latest Noria try --- Cargo.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 6f3a9d5..9ebe69f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,4 +10,8 @@ edition = "2018" rspotify = "0.7" rocket = "0.4" lazy_static = { version = "1.4"} -noria = {git="https://github.com/mit-pdos/noria"} +#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"] } -- cgit v1.2.3-54-g00ecf