summaryrefslogtreecommitdiff
path: root/runtime/permissions/Cargo.toml
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2024-09-28 07:55:01 -0400
committerGitHub <noreply@github.com>2024-09-28 07:55:01 -0400
commitfc739dc5eb2769e4608ccf08d23ca8ff0fcc19c5 (patch)
tree9c5bca411f4b9a6aea5a190d88217f4925563ad3 /runtime/permissions/Cargo.toml
parentb694efb3849c4737e8ad617a9a48d5488e21d5da (diff)
refactor: use deno_path_util (#25918)
Diffstat (limited to 'runtime/permissions/Cargo.toml')
-rw-r--r--runtime/permissions/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/permissions/Cargo.toml b/runtime/permissions/Cargo.toml
index 9821b6148..37500d3eb 100644
--- a/runtime/permissions/Cargo.toml
+++ b/runtime/permissions/Cargo.toml
@@ -15,6 +15,7 @@ path = "lib.rs"
[dependencies]
deno_core.workspace = true
+deno_path_util.workspace = true
deno_terminal.workspace = true
fqdn = "0.3.4"
libc.workspace = true