diff options
Diffstat (limited to 'ext/io/Cargo.toml')
-rw-r--r-- | ext/io/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/io/Cargo.toml b/ext/io/Cargo.toml index be4cf7362..573c41aa6 100644 --- a/ext/io/Cargo.toml +++ b/ext/io/Cargo.toml @@ -28,3 +28,4 @@ os_pipe.workspace = true [target.'cfg(windows)'.dependencies] winapi = { workspace = true, features = ["winbase", "processenv", "errhandlingapi"] } rand.workspace = true +parking_lot.workspace = true |