Skip to content

Commit 0adcdd9

Browse files
committed
Remove unused workspace dependencies
1 parent e6eb49f commit 0adcdd9

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

Cargo.toml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -18,41 +18,19 @@ members = [
1818
ahash = "0.7.6"
1919
anyhow = "1.0.45"
2020
ascii = "1.0"
21-
atty = "0.2.14"
22-
bincode = "1.3.3"
2321
bitflags = "1.3.2"
2422
bstr = "0.2.17"
2523
cfg-if = "1.0"
26-
chrono = "0.4.19"
27-
crossbeam-utils = "0.8.9"
28-
flame = "0.2.2"
29-
glob = "0.3"
30-
hex = "0.4.3"
31-
indexmap = "1.8.1"
3224
insta = "1.14.0"
3325
itertools = "0.10.3"
34-
libc = "0.2.133"
3526
log = "0.4.16"
36-
nix = "0.26"
3727
num-complex = "0.4.0"
3828
num-bigint = "0.4.3"
39-
num-integer = "0.1.44"
40-
num-rational = "0.4.0"
4129
num-traits = "0.2"
42-
num_enum = "0.5.7"
43-
once_cell = "1.13"
44-
parking_lot = "0.12"
45-
paste = "1.0.7"
4630
rand = "0.8.5"
47-
rustyline = "11"
4831
serde = "1.0"
49-
schannel = "0.1.19"
5032
static_assertions = "1.1"
51-
syn = "1.0.91"
52-
thiserror = "1.0"
53-
thread_local = "1.1.4"
5433
unicode_names2 = { version = "0.6.0", git = "https://github.com/youknowone/unicode_names2.git", rev = "4ce16aa85cbcdd9cc830410f1a72ef9a235f2fde" }
55-
widestring = "0.5.1"
5634

5735
[profile.dev.package."*"]
5836
opt-level = 3

0 commit comments

Comments
 (0)