Generate distros.rs on build
This commit is contained in:
parent
7c874a8e9a
commit
11601933f9
6 changed files with 254 additions and 0 deletions
|
|
@ -20,6 +20,11 @@ strum = { workspace = true, features = ["derive", "std"] }
|
|||
tracing = { workspace = true, features = ["attributes", "std"] }
|
||||
tracing-subscriber = { workspace = true, features = ["ansi", "fmt", "smallvec", "std", "tracing-log"] }
|
||||
|
||||
[build-dependencies]
|
||||
indexmap = { workspace = true, features = ["std"] }
|
||||
regex = { workspace = true, features = ["perf", "std", "unicode"] }
|
||||
unicode-normalization = { workspace = true, features = ["std"] }
|
||||
|
||||
[features]
|
||||
default = ["autocomplete", "color"]
|
||||
autocomplete = ["bpaf/autocomplete"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue