aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-04-04 09:33:14 +0000
committerFuwn <[email protected]>2023-04-04 09:33:14 +0000
commita6a61d5be2d508caf145e7d33fcbbd173fa8a356 (patch)
treeb2d1ffd50774960a6297bb88c999d5e9ea8a668f /Cargo.toml
parentfeat(route): native async route support !! (diff)
downloadwindmark-a6a61d5be2d508caf145e7d33fcbbd173fa8a356.tar.xz
windmark-a6a61d5be2d508caf145e7d33fcbbd173fa8a356.zip
feat(module): async module support
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 3 insertions, 1 deletions
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 }