diff options
Diffstat (limited to 'ext/io/Cargo.toml')
-rw-r--r-- | ext/io/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/io/Cargo.toml b/ext/io/Cargo.toml index 55b2ccab6..fc9de711f 100644 --- a/ext/io/Cargo.toml +++ b/ext/io/Cargo.toml @@ -14,7 +14,10 @@ description = "IO promitives for Deno extensions" path = "lib.rs" [dependencies] +async-trait.workspace = true deno_core.workspace = true +filetime.workspace = true +fs3.workspace = true once_cell.workspace = true tokio.workspace = true |