turn text and binary protocols into features

This commit is contained in:
Noa Aarts 2024-12-10 16:02:56 +01:00
parent 1c9f82034f
commit 2337c0497c
Signed by: noa
GPG key ID: 1850932741EFF672
3 changed files with 37 additions and 7 deletions

View file

@ -25,6 +25,11 @@ tower-http = { version = "0.6.1", features = ["fs", "trace"] }
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
[features]
default = ["text", "binary"]
text = []
binary = []
[dev-dependencies]
tempfile = "*"
test-case = "*"