[package] name = "dioxus-playwright-web-test" version = "0.0.1" edition = "2021" description = "Playwright test for Dioxus Web" license = "MIT OR Apache-2.0" publish = false [dependencies] dioxus = { path = "../../packages/dioxus" } dioxus-web = { path = "../../packages/web" } dioxus-html = { path = "../../packages/html" } serde_json = "1.0.96"