diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2019-04-16 17:53:43 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-04-16 17:53:43 -0400 |
| commit | 79a974229ad533bc8880a5ce067b4310002c9572 (patch) | |
| tree | 94a3ab3d98ebfbe17dcc88b4f9b2ffb488a2638f /core/Cargo.toml | |
| parent | 7807afa97274d3b0645d70475fecb37f5dc8ba14 (diff) | |
Move deno_core_http_bench into examples dir (#2127)
Diffstat (limited to 'core/Cargo.toml')
| -rw-r--r-- | core/Cargo.toml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml index e00b91689..32cd6fe79 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -19,3 +19,11 @@ lazy_static = "1.3.0" libc = "0.2.51" log = "0.4.6" serde_json = "1.0.39" + +[[example]] +name = "deno_core_http_bench" +path = "examples/http_bench.rs" + +# tokio is only used for deno_core_http_bench +[dev_dependencies] +tokio = "0.1.18" |
