From a6a61d5be2d508caf145e7d33fcbbd173fa8a356 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Tue, 4 Apr 2023 09:33:14 +0000 Subject: feat(module): async module support --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 7074dc4..0fade46 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,9 @@ response-macros = [] openssl = "0.10.38" tokio-openssl = "0.6.3" -tokio = { version = "1.26.0", features = ["full"] } # Non-blocking I/O +# Non-blocking I/O +tokio = { version = "1.26.0", features = ["full"] } +async-trait = "0.1.68" # Logging pretty_env_logger = { version = "0.4.0", optional = true } -- cgit v1.2.3