summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorAndreu Botella <andreu@andreubotella.com>2022-01-31 13:43:32 +0100
committerGitHub <noreply@github.com>2022-01-31 13:43:32 +0100
commit56ea75817e57a908a3894abc7f1b85327d8a2efb (patch)
tree9770c0ed39dba51779a6e68bebaada7edf8156d1 /Cargo.lock
parent68c8c66b0f0889657e48742aed05030c70e0a266 (diff)
example(core): Add example for TypeScript transpiling via deno_ast (#13545)
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 28c8eb83b..0d89411c7 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -835,6 +835,7 @@ name = "deno_core"
version = "0.117.0"
dependencies = [
"anyhow",
+ "deno_ast",
"futures",
"indexmap",
"libc",