Skip to content

Commit

Permalink
Add --targets CLI option
Browse files Browse the repository at this point in the history
  • Loading branch information
devongovett committed Feb 13, 2022
1 parent 7dab01b commit 7d9cec0
Show file tree
Hide file tree
Showing 4 changed files with 284 additions and 14 deletions.
189 changes: 182 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ retain_mut = "0.1.5"
clap = { version = "3.0.6", features = ["derive"], optional = true }
serde_json = { version = "1.0.78", optional = true }
pathdiff = { version = "0.2.1", optional = true }
browserslist-rs = { version = "0.7.0", optional = true }
rayon = "1.5.1"
dashmap = "5.0.0"

Expand All @@ -50,7 +51,7 @@ predicates = "2.1"

[features]
default = ["grid"]
cli = ["clap", "serde_json", "pathdiff"]
cli = ["clap", "serde_json", "pathdiff", "browserslist-rs"]
grid = []

[[test]]
Expand Down

0 comments on commit 7d9cec0

Please sign in to comment.