summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDivy Srivastava <dj.srivastava23@gmail.com>2024-03-09 09:07:29 +0530
committerGitHub <noreply@github.com>2024-03-09 09:07:29 +0530
commit0bed4d3e5153aaf2e06fb6579ac6f24acf63567f (patch)
treed64bdb9ba3b4b0b1b16a5ab6ff5bad23b55dd76d /Cargo.toml
parent26cee4eb0d041786f1d70cb2d9f3a6b6d82bd93d (diff)
fix(ext/node): support junction symlinks on Windows (#22762)
Fixes https://github.com/denoland/deno/issues/20609 Vitepress support! `vitepress dev` and `vitepress build` via BYONM
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ed863abdd..dc7bda38b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -194,6 +194,7 @@ nix = "=0.26.2"
# windows deps
fwdansi = "=1.1.0"
+junction = "=0.2.0"
winapi = "=0.3.9"
windows-sys = { version = "0.48.0", features = ["Win32_Media"] }
winres = "=0.1.12"