add all parsers feature to cargo.toml
This commit is contained in:
parent
4a230a08c2
commit
8bc27cf1d3
1 changed files with 2 additions and 0 deletions
|
|
@ -27,6 +27,8 @@ tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
|
|||
|
||||
[features]
|
||||
default = ["text", "binary"]
|
||||
# contains all the parsers
|
||||
all = ["text", "binary"]
|
||||
text = []
|
||||
binary = []
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue