add all parsers feature to cargo.toml

This commit is contained in:
Noa Aarts 2024-12-11 19:54:46 +01:00
parent 4a230a08c2
commit 8bc27cf1d3
Signed by: noa
GPG key ID: 1850932741EFF672

View file

@ -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 = []