Skip to content

Commit

Permalink
chore: remove unused dependencies (#593)
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen committed Mar 16, 2024
1 parent a22b283 commit 104846d
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 39 deletions.
18 changes: 0 additions & 18 deletions Cargo.lock

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

2 changes: 0 additions & 2 deletions Cargo.toml
Expand Up @@ -72,7 +72,6 @@ ariadne = "0.4.0"
async-scoped = { version = "0.9.0" }
async-trait = "0.1.74"
codspeed-criterion-compat = "2.4"
criterion = "0.5.1"
dashmap = "5.5.3"
derivative = "2.2.0"
futures = "0.3.29"
Expand Down Expand Up @@ -107,7 +106,6 @@ smallvec = "1.11.1"
string_wizard = { version = "0.0.17" }
sugar_path = "0.0.12"
testing_macros = "0.2.11"
thiserror = "1.0.50"
tokio = { version = "1.33.0", default-features = false }
tracing = "0.1.40"
vfs = "0.11.0"
Expand Down
2 changes: 0 additions & 2 deletions crates/bench/Cargo.toml
Expand Up @@ -15,9 +15,7 @@ test = false

[dependencies]
codspeed-criterion-compat = { workspace = true }
criterion = { workspace = true }
rolldown = { path = "../rolldown" }
rolldown_fs = { path = "../rolldown_fs/" }
tokio = { workspace = true, features = ["full"] }
[[bench]]
harness = false
Expand Down
5 changes: 0 additions & 5 deletions crates/rolldown/Cargo.toml
Expand Up @@ -12,14 +12,11 @@ version = "0.1.0"
workspace = true

[dependencies]

async-trait = { workspace = true }
derivative = { workspace = true }
futures = { workspace = true }
index_vec = { workspace = true }
once_cell = { workspace = true }
oxc = { workspace = true }
oxc_resolver = { workspace = true }
rayon = { workspace = true }
regex = { workspace = true }
rolldown_common = { workspace = true }
Expand All @@ -33,8 +30,6 @@ rolldown_sourcemap = { workspace = true }
rolldown_tracing = { workspace = true }
rolldown_utils = { workspace = true }
rustc-hash = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
smallvec = { workspace = true }
string_wizard = { workspace = true }
sugar_path = { workspace = true }
Expand Down
2 changes: 0 additions & 2 deletions crates/rolldown_binding/Cargo.toml
Expand Up @@ -16,7 +16,6 @@ crate-type = ["cdylib"]
[dependencies]
async-trait = { workspace = true }
derivative = { workspace = true }
futures = { workspace = true }
napi = { workspace = true, features = ["napi4", "async"] }
napi-derive = { workspace = true }
rolldown = { workspace = true }
Expand All @@ -27,7 +26,6 @@ rolldown_plugin = { workspace = true }
rolldown_resolver = { workspace = true }
rolldown_sourcemap = { workspace = true }
rolldown_tracing = { workspace = true }
rustc-hash = { workspace = true }
scoped-tls = { workspace = true }
serde = { workspace = true }
tracing = { workspace = true }
Expand Down
1 change: 0 additions & 1 deletion crates/rolldown_binding_wasm/Cargo.toml
Expand Up @@ -21,4 +21,3 @@ tokio = { workspace = true, default-features = false, features = ["rt", "
wasm-bindgen = "0.2.74"

console_error_panic_hook = "0.1.7"
sugar_path = { workspace = true }
2 changes: 0 additions & 2 deletions crates/rolldown_common/Cargo.toml
Expand Up @@ -17,9 +17,7 @@ index_vec = { workspace = true }
once_cell = { workspace = true }
oxc = { workspace = true, features = ["semantic"] }
regex = { workspace = true }
rolldown_oxc_utils = { workspace = true }
rolldown_rstr = { workspace = true }
rolldown_sourcemap = { workspace = true }
rustc-hash = { workspace = true }
string_wizard = { workspace = true }
sugar_path = { workspace = true }
1 change: 0 additions & 1 deletion crates/rolldown_error/Cargo.toml
Expand Up @@ -17,4 +17,3 @@ workspace = true
ariadne = { workspace = true }
oxc = { workspace = true }
sugar_path = { workspace = true }
thiserror = { workspace = true }
5 changes: 0 additions & 5 deletions crates/rolldown_plugin/Cargo.toml
Expand Up @@ -15,9 +15,4 @@ workspace = true
async-trait = { workspace = true }
rolldown_common = { workspace = true }
rolldown_error = { workspace = true }
rolldown_fs = { workspace = true }
rolldown_oxc_utils = { workspace = true }
rolldown_resolver = { workspace = true }
rolldown_sourcemap = { workspace = true }
rolldown_tracing = { workspace = true }
rolldown_utils = { workspace = true }
1 change: 0 additions & 1 deletion crates/rolldown_plugin_vite_scanner/Cargo.toml
Expand Up @@ -16,7 +16,6 @@ async-trait = { workspace = true }
dashmap = { workspace = true }
once_cell = { workspace = true }
regex = { workspace = true }
rolldown_error = { workspace = true }
rolldown_fs = { workspace = true }
rolldown_plugin = { workspace = true }
rustc-hash = { workspace = true }

0 comments on commit 104846d

Please sign in to comment.