aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-10-23 11:33:53 -0400
committerJesse Luehrs <doy@tozt.net>2019-10-24 01:06:22 -0400
commit4f2e13a8008e11d9498fcb38f5315b51aa908a66 (patch)
tree2db8eaba95b519c2f7a48b258093c0c65828684b /Cargo.toml
parent953b259ccc797df4f486171bb3466503f5851325 (diff)
downloadcomponent-future-4f2e13a8008e11d9498fcb38f5315b51aa908a66.tar.gz
component-future-4f2e13a8008e11d9498fcb38f5315b51aa908a66.zip
copy over the basic implementation from teleterm
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index aee64b6..0a9f315 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,6 +4,5 @@ version = "0.1.0"
authors = ["Jesse Luehrs <doy@tozt.net>"]
edition = "2018"
-# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
-
[dependencies]
+futures = "0.1"