diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-01-22 23:58:13 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-22 23:58:13 +0100 |
| commit | 63293a90e1503aa9c18ce5f89ebc6d5c066f09bf (patch) | |
| tree | cef7439565c558bede48bff6cf8cc527689808a9 /cli/Cargo.toml | |
| parent | bd9561f4de8f940ce6ed8b5eedfa84161a749c54 (diff) | |
refactor: snapshotting (#3753)
Diffstat (limited to 'cli/Cargo.toml')
| -rw-r--r-- | cli/Cargo.toml | 1 |
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] |
