diff options
author | Vincent Ambo <tazjin@gmail.com> | 2018-04-08T15·05+0200 |
---|---|---|
committer | Vincent Ambo <tazjin@gmail.com> | 2018-04-08T15·05+0200 |
commit | 1402cfd948e72bfa665b19c30da987170a21aec1 (patch) | |
tree | db5f9bf5fa94ae76521b2926aabf62226ed60508 /Cargo.toml | |
parent | 36e520a2b25e15cc227242d6af3784e08e45c1b1 (diff) |
feat(main): Add barebares thread listing
This ties together the first components here (actix, diesel etc.) to provide a _very_ simple thread overview.
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
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 = "*" |