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.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/stress-test/Cargo.toml b/stress-test/Cargo.toml
index 5f7910a8..769dc485 100644
--- a/stress-test/Cargo.toml
+++ b/stress-test/Cargo.toml
@@ -8,7 +8,7 @@ publish = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-tokio = {path = "../tokio/", features = ["full"]}
+tokio = { path = "../tokio/", features = ["full"] }
[dev-dependencies]
rand = "0.7.3"