-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathCargo.toml
More file actions
51 lines (47 loc) · 928 Bytes
/
Cargo.toml
File metadata and controls
51 lines (47 loc) · 928 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
[workspace]
members = [
"core",
"orchestrator",
"front-end",
"core/datatests",
"web",
]
# exclude 'web' from default members
default-members = [
"core",
"orchestrator",
"front-end",
"core/datatests",
]
resolver = "2"
[workspace.dependencies]
anstyle = "1.0.7"
anyhow = "1.0.83"
assert_cmd = "2.0.14"
assert_fs = "1.1.1"
clap = "4.5.28"
codepage = "0.1.1"
config = { version = "0.15.4", default-features = false }
criterion = "0.5.1"
datatest-stable = "0.2.9"
encoding_rs = "0.8.34"
fxhash = "0.2.1"
glob = "0.3.1"
indoc = "2.0.5"
itertools = "0.12.1"
log = "0.4"
memchr = "2.7.2"
paste = "1.0.15"
predicates = "3.1.0"
rand = "0.8.5"
rayon = "1.10.0"
serde = "1.0.201"
spectral = { version = "0.6.0", default-features = false }
stderrlog = "0.6.0"
strum = "0.26.2"
strum_macros = "0.26.2"
toml = "0.8.12"
walkdir = "2.5.0"
windows-sys = "0.59.0"
yare = "3.0.0"
pretty_assertions = "1.4.0"