aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-04-18 21:38:10 +0000
committerFuwn <[email protected]>2023-04-18 21:38:10 +0000
commit65136b1151c2c1034fd55f99e1a4ac5182420ee5 (patch)
tree614d2ad9f45ebb287b70e9ec3ec0b91d1640288c
parentdocs(cargo): bump self from 0.3.5 to 0.3.6 (diff)
downloadwindmark-65136b1151c2c1034fd55f99e1a4ac5182420ee5.tar.xz
windmark-65136b1151c2c1034fd55f99e1a4ac5182420ee5.zip
build(cargo): use tokio async runtime by default
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a14854f..ee4c9c4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -15,6 +15,7 @@ keywords = ["gemini"]
categories = ["web-programming"]
[features]
+default = ["tokio"]
logger = ["pretty_env_logger"]
auto-deduce-mime = ["tree_magic"]
response-macros = []