From 6552f2d69eb0f19851dbebd21742b7bc9f37cc42 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 24 Oct 2019 06:33:51 -0400 Subject: move component_future to a separate crate --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index b12d3cb..4c0c10d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,6 +14,7 @@ license = "MIT" [dependencies] bytes = "0.4" clap = { version = "2", features = ["wrap_help"] } +component-future = "0.1" config = { version = "0.9", features = ["toml"], default_features = false } crossterm = { version = "0.11", features = ["terminal", "input", "screen"], default_features = false } directories = "2" -- cgit v1.2.3-54-g00ecf