mirror of
https://github.com/tokio-rs/axum.git
synced 2025-03-26 08:32:48 +01:00
Make sure axum-extra also supports being compiled to WASM (#2237)
Co-authored-by: Jonas Platte <jplatte+git@posteo.de>
This commit is contained in:
parent
3b3bbb2403
commit
c8cf147657
1 changed files with 3 additions and 0 deletions
|
@ -8,6 +8,9 @@ publish = false
|
|||
# `default-features = false` to not depend on tokio features which don't support wasm
|
||||
# you can still pull in tokio manually and only add features that tokio supports for wasm
|
||||
axum = { path = "../../axum", default-features = false }
|
||||
# we don't strictly use axum-extra in this example but wanna make sure that
|
||||
# works in wasm as well
|
||||
axum-extra = { path = "../../axum-extra", default-features = false }
|
||||
futures-executor = "0.3.21"
|
||||
http = "0.2.7"
|
||||
tower-service = "0.3.1"
|
||||
|
|
Loading…
Add table
Reference in a new issue