turn text and binary protocols into features
This commit is contained in:
parent
1c9f82034f
commit
2337c0497c
3 changed files with 37 additions and 7 deletions
|
|
@ -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 = "*"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue