summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2019-04-16 17:53:43 -0400
committerGitHub <noreply@github.com>2019-04-16 17:53:43 -0400
commit79a974229ad533bc8880a5ce067b4310002c9572 (patch)
tree94a3ab3d98ebfbe17dcc88b4f9b2ffb488a2638f /Cargo.lock
parent7807afa97274d3b0645d70475fecb37f5dc8ba14 (diff)
Move deno_core_http_bench into examples dir (#2127)
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index a9c6a2298..c2ece7528 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -202,6 +202,7 @@ dependencies = [
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)",
+ "tokio 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]