diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/Cargo.toml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml index 06addd9c1..b96713e19 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -8,18 +8,9 @@ edition = "2018" [lib] path = "lib.rs" -[[bin]] -name = "deno_core_http_bench" -path = "http_bench.rs" -required-features = ["bin-dependencies"] - -[features] -bin-dependencies = ["tokio"] - [dependencies] futures = "0.1.25" lazy_static = "1.3.0" libc = "0.2.51" log = "0.4.6" serde_json = "1.0.39" -tokio = { version = "0.1.18", optional = true } |