From a2bf61d1ae3ba2ff746a98ad2f0a96b6fc7782d0 Mon Sep 17 00:00:00 2001 From: uki00a Date: Wed, 8 Jul 2020 23:35:45 +0900 Subject: feat(unstable): Deno.ppid (#6539) --- cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/Cargo.toml') 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] -- cgit v1.2.3