diff options
Diffstat (limited to 'ext/fs/Cargo.toml')
-rw-r--r-- | ext/fs/Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/fs/Cargo.toml b/ext/fs/Cargo.toml index 69b32c163..016d73ae6 100644 --- a/ext/fs/Cargo.toml +++ b/ext/fs/Cargo.toml @@ -14,13 +14,14 @@ description = "Ops for interacting with the file system" path = "lib.rs" [dependencies] +async-trait.workspace = true deno_core.workspace = true -deno_crypto.workspace = true deno_io.workspace = true filetime = "0.2.16" fs3 = "0.5.0" libc.workspace = true log.workspace = true +rand.workspace = true serde.workspace = true tokio.workspace = true |