summaryrefslogtreecommitdiff
path: root/deno_typescript/Cargo.toml
diff options
context:
space:
mode:
authorRy Dahl <ry@tinyclouds.org>2020-01-05 11:56:18 -0500
committerGitHub <noreply@github.com>2020-01-05 11:56:18 -0500
commit76e44ddfd0d286335107de28bae06c6f962abf13 (patch)
tree8c78679dbc702333e0ef585d300e792a9d6b75dd /deno_typescript/Cargo.toml
parent5f1df038fb1462607af3555fa7431c05ca484dce (diff)
Rename crates: 'deno' to 'deno_core' and 'deno_cli' to 'deno' (#3600)
Diffstat (limited to 'deno_typescript/Cargo.toml')
-rw-r--r--deno_typescript/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/deno_typescript/Cargo.toml b/deno_typescript/Cargo.toml
index c85445b1f..54cb495dd 100644
--- a/deno_typescript/Cargo.toml
+++ b/deno_typescript/Cargo.toml
@@ -19,6 +19,6 @@ exclude = [
path = "lib.rs"
[dependencies]
-deno = { path = "../core", version = "0.28.1" }
+deno_core = { path = "../core", version = "0.28.1" }
serde_json = "1.0.41"
serde = { version = "1.0.102", features = ["derive"] }