summaryrefslogtreecommitdiffstats
path: root/tests-integration/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'tests-integration/Cargo.toml')
-rw-r--r--tests-integration/Cargo.toml14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests-integration/Cargo.toml b/tests-integration/Cargo.toml
new file mode 100644
index 00000000..0dcc1e81
--- /dev/null
+++ b/tests-integration/Cargo.toml
@@ -0,0 +1,14 @@
+[package]
+name = "tests-integration"
+version = "0.1.0"
+authors = ["Tokio Contributors <team@tokio.rs>"]
+edition = "2018"
+publish = false
+
+[dependencies]
+
+[dev-dependencies]
+tokio = { path = "../tokio" }
+tokio-test = { path = "../tokio-test" }
+
+futures-preview = { version = "=0.3.0-alpha.19", features = ["async-await"] }