fix static generation playwright test

This commit is contained in:
Evan Almloff 2024-07-10 16:50:21 -07:00
parent 2e8af5fc62
commit 580bf666a6

View file

@ -7,7 +7,7 @@ publish = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
dioxus = { workspace = true, features = ["fullstack"] }
dioxus = { workspace = true, features = ["static-generation"] }
serde = "1.0.159"
tokio = { workspace = true, features = ["full"], optional = true }