diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2023-04-21 21:02:46 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-21 21:02:46 -0400 |
| commit | a615eb3b56545960ec9684991442dd34a8b2abfc (patch) | |
| tree | 05e134487fd3e8aadfe513a70ee246c95633fa34 /Cargo.toml | |
| parent | 779d379c68d1489cc01f6a2bfbcf677e08ca6d40 (diff) | |
refactor(node): move most of cli/node to ext/node (#18797)
This is just a straight refactor and I didn't do any cleanup in
ext/node. After this PR we can start to clean it up and make things
private that don't need to be public anymore.
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml index 45f355cdf..6b49de231 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,6 +52,9 @@ napi_sym = { version = "0.29.0", path = "./cli/napi/sym" } deno_bench_util = { version = "0.93.0", path = "./bench_util" } test_util = { path = "./test_util" } deno_lockfile = "0.13.0" +deno_media_type = { version = "0.1.0", features = ["module_specifier"] } +deno_npm = "0.3.0" +deno_semver = "0.2.1" # exts deno_broadcast_channel = { version = "0.93.0", path = "./ext/broadcast_channel" } |
