idea and futures-lite

This commit is contained in:
DavidOnTop 2024-11-28 19:26:38 +01:00
parent 14eeeceaa8
commit f4ee184734
No known key found for this signature in database
GPG key ID: 5D05538A45D5149F
2 changed files with 79 additions and 0 deletions

View file

@ -21,6 +21,7 @@ tracing-subscriber = "0.3"
{%- if async %}
async-global-executor = { version = "2", features = ["tokio"] }
tokio = { version = "1.0", features = ["full"] }
futures-lite = "2"
{%- endif -%}
{%- if axum %}
axum = "0"