summaryrefslogtreecommitdiffstats
path: root/dom/webgpu/tests/cts/vendor/Cargo.toml
blob: e90a947bad5afe69ca192c46a8afd0fb1b164d58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[package]
name = "vendor-webgpu-cts"
version = "0.1.0"
edition = "2021"

[dependencies]
clap = { version = "4.1.6", features = ["derive"] }
dircpy = "0.3.14"
dunce = "1.0.3"
env_logger = "0.10.0"
format = "0.2.4"
itertools = "0.11.0"
lets_find_up = "0.0.3"
log = "0.4.17"
miette = { version = "5.5.0", features = ["fancy"] }
regex = "1.7.1"
shell-words = "1.1.0"
thiserror = "1.0.38"
wax = "0.6.0"
which = "4.4.0"

[workspace]