Skip to content

Commit 28a131e

Browse files
committed
chore: remove unused workspace.dependencies
1 parent 0524648 commit 28a131e

File tree

2 files changed

+6
-55
lines changed

2 files changed

+6
-55
lines changed

Cargo.toml

Lines changed: 6 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
[workspace]
2-
members = ["dir-structure", "dir-structure-macros", "dir-structure-resolve-core", "dir-structure-tools"]
2+
members = [
3+
"dir-structure",
4+
"dir-structure-macros",
5+
"dir-structure-resolve-core",
6+
"dir-structure-tools",
7+
]
38
resolver = "2"
49

510
[workspace.package]
@@ -13,56 +18,16 @@ license = "MIT OR Apache-2.0"
1318

1419

1520
[workspace.dependencies]
16-
assert_eq_macros = { version = "=0.2.0" }
1721
assert_eq = { version = "0.2.0" }
1822
dir-structure-macros = { path = "dir-structure-macros", version = "=0.2.0", default-features = false }
1923
dir-structure-tools = { path = "dir-structure-tools", version = "=0.2.0", default-features = false }
2024
dir-structure-resolve-core = { path = "dir-structure-resolve-core", version = "=0.2.0", default-features = false }
2125
dir-structure = { path = "dir-structure", version = "=0.2.0", default-features = false }
2226

23-
bumpalo = "3.6.0"
24-
bytes = "1.4.0"
25-
cargo_metadata = "0.19.1"
26-
nextest-metadata = "0.12.1"
27-
clap = { version = "4.5.48", features = ["derive"] }
28-
clap_complete = "4.5.58"
29-
clap_mangen = "0.2.26"
30-
criterion = { version = "0.5", features = ["html_reports"] }
31-
bitflags = "2"
32-
dashmap = "6.1.0"
33-
drop_bomb = "0.1.5"
34-
human-panic = "2.0.0"
35-
humantime = "2.3.0"
3627
git2 = { version = "0.20", default-features = false }
37-
libc = "0.2"
38-
libtest-mimic = "0.8.1"
3928
futures = { version = "0.3", default-features = false }
4029
image = "0.24"
41-
llvm-sys = { version = "211.0.0", default-features = false }
42-
miette = { version = "7.2.0", features = ["fancy"] }
43-
owo-colors = { version = "4.0.0", features = ["supports-colors"] }
44-
path-absolutize = "3.1.1"
4530
pin-project = { version = "1", default-features = false }
46-
prodash = { version = "29.0.0", default-features = false, features = [
47-
"render-line",
48-
"render-line-crossterm",
49-
"render-line-autoconfigure",
50-
"progress-tree",
51-
] }
52-
reqwest = { version = "0.12.15", features = ["blocking"] }
53-
rowan = "0.16.1"
54-
salsa = { path = "src/compiler/narxia-salsa" }
55-
serde = { version = "1", features = ["derive"] }
56-
serde_json = "1"
57-
similar = "2.7"
58-
smallvec = "1.10.0"
59-
tar = "0.4"
60-
thiserror = "2.0.12"
61-
tracing = "0.1.37"
62-
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
63-
tokio = { version = "1", features = ["full"] }
64-
liblzma = "0.4.0"
65-
zip = "4"
6631
syn = { version = "2", features = ["full"] }
6732
quote = "1"
6833
proc-macro2 = "1"

src/lib.rs

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)