Skip to content

Commit

Permalink
feat: expose tower log feature
Browse files Browse the repository at this point in the history
  • Loading branch information
johannescpk committed Aug 20, 2021
1 parent 39a0c26 commit dc6c8bb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ version = "0.1.3"
members = ["examples/*"]

[features]
default = []
default = ["tower-log"]
ws = ["tokio-tungstenite", "sha-1", "base64"]
multipart = ["multer", "mime"]
tower-log = ["tower/log"]

[dependencies]
async-trait = "0.1"
Expand All @@ -34,7 +35,7 @@ serde_json = "1.0"
serde_urlencoded = "0.7"
tokio = { version = "1", features = ["time"] }
tokio-util = "0.6"
tower = { version = "0.4", features = ["util", "buffer", "make"] }
tower = { version = "0.4", default-features = false, features = ["util", "buffer", "make"] }
tower-http = { version = "0.1", features = ["add-extension", "map-response-body"] }
sync_wrapper = "0.1.1"

Expand Down

0 comments on commit dc6c8bb

Please sign in to comment.