-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(cargo)!: split into a workspace of
whippit
library and `moz-w…
…ebgpu-cts` binary
- Loading branch information
1 parent
d45337f
commit 7f1949d
Showing
13 changed files
with
80 additions
and
38 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
[package] | ||
name = "moz-webgpu-cts" | ||
description = "Tools to work with Web Platform Tests metadata for WebGPU CTS in Firefox" | ||
version = "0.2.1" | ||
edition = "2021" | ||
repository = "https://github.com/ErichDonGubler/moz-webgpu-cts" | ||
license = "MIT or Apache-2.0" | ||
publish = false | ||
|
||
[dependencies] | ||
chumsky = { workspace = true } | ||
clap = { version = "4.4.2", features = ["derive"] } | ||
env_logger = "0.10.0" | ||
format = { workspace = true } | ||
indexmap = { workspace = true } | ||
joinery = "3.1.0" | ||
lets_find_up = "0.0.3" | ||
log = { workspace = true } | ||
miette = { version = "5.10.0", features = ["fancy"] } | ||
natord = "1.0.9" | ||
path-dsl = "0.6.1" | ||
regex = "1.9.5" | ||
strum = { version = "0.25.0", features = ["derive"] } | ||
thiserror = "1.0.49" | ||
wax = "0.6.0" | ||
whippit = { version = "0.2.1", path = "../whippit", default-features = false } | ||
|
||
[dev-dependencies] | ||
insta = { workspace = true } |
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
[package] | ||
name = "whippit" | ||
description = "Parsers for Web Platform Tests reports and metadata" | ||
version = "0.2.1" | ||
edition = "2021" | ||
repository = "https://github.com/ErichDonGubler/whippit" | ||
license = "MIT or Apache-2.0" | ||
publish = false | ||
|
||
[features] | ||
default = ["unstructured-properties"] | ||
unstructured-properties = [] | ||
|
||
[dependencies] | ||
chumsky = { workspace = true } | ||
format = { workspace = true } | ||
indexmap = { workspace = true } | ||
|
||
[dev-dependencies] | ||
insta = { workspace = true } |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.