1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-26 22:07:42 +02:00

add tracing support

This commit is contained in:
Rob Ede
2022-03-08 22:13:55 +00:00
parent 77d4a69b2f
commit c5d6174cec
10 changed files with 13 additions and 12 deletions

View File

@ -30,11 +30,11 @@ actix-utils = "3.0.0"
futures-core = { version = "0.3.7", default-features = false, features = ["alloc"] }
futures-util = { version = "0.3.7", default-features = false, features = ["alloc"] }
log = "0.4"
mio = { version = "0.8", features = ["os-poll", "net"] }
num_cpus = "1.13"
socket2 = "0.4.2"
tokio = { version = "1.13.1", features = ["sync"] }
tracing = { version = "0.1.30", features = ["log"] }
# runtime for io-uring feature
[target.'cfg(target_os = "linux")'.dependencies]