summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2021-06-10 15:26:10 +0200
committerGitHub <noreply@github.com>2021-06-10 15:26:10 +0200
commit6091ea098a86cafb38aed3228a64ad96a046c817 (patch)
tree1533eb7872db17abe2d88a8db32c4719d403ba4d /Cargo.toml
parentfb20a6af761c8eb61a046b4c70e28061923e36ca (diff)
refactor: merge deno_file crate into deno_web (#10914)
This refactor makes it so there's one less crate to publish on each release.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5f60ac660..26ea13647 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,7 +12,6 @@ members = [
"extensions/console",
"extensions/crypto",
"extensions/fetch",
- "extensions/file",
"extensions/timers",
"extensions/url",
"extensions/web",