summaryrefslogtreecommitdiffstats
path: root/stress-test/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'stress-test/Cargo.toml')
-rw-r--r--stress-test/Cargo.toml14
1 files changed, 14 insertions, 0 deletions
diff --git a/stress-test/Cargo.toml b/stress-test/Cargo.toml
new file mode 100644
index 00000000..5f7910a8
--- /dev/null
+++ b/stress-test/Cargo.toml
@@ -0,0 +1,14 @@
+[package]
+name = "stress-test"
+version = "0.1.0"
+authors = ["Tokio Contributors <team@tokio.rs>"]
+edition = "2018"
+publish = false
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]
+tokio = {path = "../tokio/", features = ["full"]}
+
+[dev-dependencies]
+rand = "0.7.3"