diff options
Diffstat (limited to 'ext/fs')
-rw-r--r-- | ext/fs/Cargo.toml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/fs/Cargo.toml b/ext/fs/Cargo.toml index 8a95ec157..f5fd753d1 100644 --- a/ext/fs/Cargo.toml +++ b/ext/fs/Cargo.toml @@ -22,13 +22,10 @@ base32.workspace = true deno_core.workspace = true deno_io.workspace = true filetime.workspace = true -fs3.workspace = true libc.workspace = true -log.workspace = true rand.workspace = true rayon = "1.8.0" serde.workspace = true -tokio.workspace = true [target.'cfg(unix)'.dependencies] nix.workspace = true |