Skip to content

Commit

Permalink
fix: remove unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nilptr committed Dec 11, 2024
1 parent a888835 commit 04c2036
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion crates/rspack_fs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ version = "0.2.0"
[dependencies]
async-trait = { workspace = true }
dunce = { version = "1.0.5" }
futures = { workspace = true }
rspack_error = { path = "../rspack_error", version = "0.2.0" }
rspack_paths = { path = "../rspack_paths", version = "0.2.0" }
tokio = { workspace = true, features = ["fs", "test-util", "macros"] }
1 change: 0 additions & 1 deletion crates/rspack_fs_node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ crate-type = ["cdylib", "rlib"]

[dependencies]
async-trait = { workspace = true }
futures = { workspace = true }
napi = { workspace = true, features = ["napi4", "tokio_rt"] }
napi-derive = { workspace = true }
rspack_error = { workspace = true }
Expand Down

0 comments on commit 04c2036

Please sign in to comment.