summaryrefslogtreecommitdiff
path: root/cli/Cargo.toml
diff options
context:
space:
mode:
authoruki00a <uki00a@gmail.com>2020-07-08 23:35:45 +0900
committerGitHub <noreply@github.com>2020-07-08 10:35:45 -0400
commita2bf61d1ae3ba2ff746a98ad2f0a96b6fc7782d0 (patch)
treed7d074acd7de7ecdc3094c5f6b0c5ded696f3e39 /cli/Cargo.toml
parent231899695d410d8d8c14c0936682a90e98bc6fd3 (diff)
feat(unstable): Deno.ppid (#6539)
Diffstat (limited to 'cli/Cargo.toml')
-rw-r--r--cli/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index 11665023d..64688d5d0 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -64,7 +64,7 @@ swc_ecma_visit = "0.7.0"
[target.'cfg(windows)'.dependencies]
winapi = { version = "0.3.8", features = ["knownfolders", "objbase", "shlobj",
-"winbase", "winerror"] }
+"winbase", "winerror", "tlhelp32"] }
fwdansi = "1.1.0"
[target.'cfg(unix)'.dependencies]