diff options
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" |
