summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2019-02-28 16:19:04 -0500
committerGitHub <noreply@github.com>2019-02-28 16:19:04 -0500
commitb3b989ffdca61403cdd7ca94bd9256159864469e (patch)
treede53cd24d4ee4726fdd8f66c32ebd6016d3f6ad7 /Cargo.toml
parentb0c7b54f692ecc866d4f70bfa384631523bbf924 (diff)
Use deno_core::JSError in deno (#1855)
src/js_errors.rs takes care of source maps and color while core/js_errors.rs is just the basic struct.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4ce9fa2a9..47862713d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,6 +17,8 @@ version = "0.3.1"
edition = "2018"
[dependencies]
+deno_core = { path = "./core" }
+
ansi_term = "0.11.0"
atty = "0.2.11"
dirs = "1.0.5"