diff options
| author | Fuwn <[email protected]> | 2023-04-18 21:38:10 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-04-18 21:38:10 +0000 |
| commit | 65136b1151c2c1034fd55f99e1a4ac5182420ee5 (patch) | |
| tree | 614d2ad9f45ebb287b70e9ec3ec0b91d1640288c | |
| parent | docs(cargo): bump self from 0.3.5 to 0.3.6 (diff) | |
| download | windmark-65136b1151c2c1034fd55f99e1a4ac5182420ee5.tar.xz windmark-65136b1151c2c1034fd55f99e1a4ac5182420ee5.zip | |
build(cargo): use tokio async runtime by default
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -15,6 +15,7 @@ keywords = ["gemini"] categories = ["web-programming"] [features] +default = ["tokio"] logger = ["pretty_env_logger"] auto-deduce-mime = ["tree_magic"] response-macros = [] |