diff options
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 = "*" |