From 1402cfd948e72bfa665b19c30da987170a21aec1 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sun, 8 Apr 2018 17:05:28 +0200 Subject: feat(main): Add barebares thread listing This ties together the first components here (actix, diesel etc.) to provide a _very_ simple thread overview. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index b03275ab02a3..6fec489ac995 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,3 +11,4 @@ diesel = { version = "1.2", features = ["postgres", "chrono", "r2d2"]} chrono = "0.4" log = "0.4" r2d2 = "*" +futures = "*" -- cgit 1.4.1