dioxus/playwrite-tests/liveview/Cargo.toml
2023-06-05 13:48:58 -05:00

13 lines
415 B
TOML

[package]
name = "dioxus-playwrite-liveview-test"
version = "0.0.1"
edition = "2021"
description = "Playwrite test for Dioxus Liveview"
license = "MIT/Apache-2.0"
publish = false
[dependencies]
dioxus = { path = "../../packages/dioxus" }
dioxus-liveview = { path = "../../packages/liveview", features = ["axum"] }
tokio = { version = "1.19.2", features = ["full"] }
axum = { version = "0.6.1", features = ["ws"] }