vortaroboto

Log | Files | Refs | README

commit 5beb70c07ecc35b109f7d3b891227f50a20b5660
parent 8be5176203d5d7d895bb0fd2687d99f417333848
Author: thomas.vigouroux@protonmail.com <thomas.vigouroux@protonmail.com>
Date:   Fri, 17 Dec 2021 11:04:30 +0000

Correctly enable tracing
Diffstat:
MCargo.toml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Cargo.toml b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2018" [dependencies] irc = { version = "0.15.0", default-features = false, features = ["tls-rust", "ctcp"] } -tokio = { version = "1.12.0", features = ["rt-multi-thread", "macros"] } +tokio = { version = "1.12.0", features = ["rt-multi-thread", "macros", "tracing"] } futures = "0.3.17" reqwest = { version = "0.11", default-features = false, features = ["json", "rustls-tls"] } serde = { version = "1.0", features = ["derive"] }