summaryrefslogtreecommitdiff
path: root/op_crates/console/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'op_crates/console/Cargo.toml')
-rw-r--r--op_crates/console/Cargo.toml17
1 files changed, 0 insertions, 17 deletions
diff --git a/op_crates/console/Cargo.toml b/op_crates/console/Cargo.toml
deleted file mode 100644
index a3964a1f4..000000000
--- a/op_crates/console/Cargo.toml
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 2018-2021 the Deno authors. All rights reserved. MIT license.
-
-[package]
-name = "deno_console"
-version = "0.5.0"
-edition = "2018"
-description = "Implementation of Console API for Deno"
-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" }