mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-23 20:53:06 +00:00
11 lines
275 B
TOML
11 lines
275 B
TOML
[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", features = ["web"]}
|
|
serde_json = "1.0.96"
|