diff options
Diffstat (limited to 'op_crates/web/Cargo.toml')
-rw-r--r-- | op_crates/web/Cargo.toml | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/op_crates/web/Cargo.toml b/op_crates/web/Cargo.toml deleted file mode 100644 index 5608fadbd..000000000 --- a/op_crates/web/Cargo.toml +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. - -[package] -name = "deno_web" -version = "0.35.0" -edition = "2018" -description = "Collection of Web APIs" -authors = ["the Deno authors"] -license = "MIT" -readme = "README.md" -repository = "https://github.com/denoland/deno" - -[lib] -path = "lib.rs" - -[dependencies] -deno_core = { version = "0.86.0", path = "../../core" } - -[dev-dependencies] -futures = "0.3.13" |