1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 06:57:43 +02:00

use tracing in actix-router

This commit is contained in:
Rob Ede
2022-03-10 03:14:14 +00:00
parent 80d222aa78
commit fe5279c77a
2 changed files with 6 additions and 8 deletions

View File

@ -23,9 +23,9 @@ default = ["http"]
bytestring = ">=0.1.5, <2"
firestorm = "0.5"
http = { version = "0.2.3", optional = true }
log = "0.4"
regex = "1.5"
serde = "1"
tracing = { version = "0.1.30", default-features = false, features = ["log"] }
[dev-dependencies]
criterion = { version = "0.3", features = ["html_reports"] }