summaryrefslogtreecommitdiff
path: root/cli/Cargo.toml
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2020-01-22 23:58:13 +0100
committerGitHub <noreply@github.com>2020-01-22 23:58:13 +0100
commit63293a90e1503aa9c18ce5f89ebc6d5c066f09bf (patch)
treecef7439565c558bede48bff6cf8cc527689808a9 /cli/Cargo.toml
parentbd9561f4de8f940ce6ed8b5eedfa84161a749c54 (diff)
refactor: snapshotting (#3753)
Diffstat (limited to 'cli/Cargo.toml')
-rw-r--r--cli/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index cec82a989..a25d59103 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -19,6 +19,7 @@ name = "deno"
path = "main.rs"
[build-dependencies]
+deno_core = { path = "../core", version = "0.30.1" }
deno_typescript = { path = "../deno_typescript", version = "0.30.1" }
[dependencies]