aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-10-24 01:07:40 -0400
committerJesse Luehrs <doy@tozt.net>2019-10-24 01:07:40 -0400
commita8923b3b9b52c19a4ca1b98319651ea7a05c9aac (patch)
tree212401cba3d68c0e86928bac2202e2a9ed6bd597 /Cargo.toml
parent4f2e13a8008e11d9498fcb38f5315b51aa908a66 (diff)
downloadcomponent-future-a8923b3b9b52c19a4ca1b98319651ea7a05c9aac.tar.gz
component-future-a8923b3b9b52c19a4ca1b98319651ea7a05c9aac.zip
add some tests
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0a9f315..ed883db 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,3 +6,6 @@ edition = "2018"
[dependencies]
futures = "0.1"
+
+[dev-dependencies]
+tokio = "0.1"