dioxus/packages/playwright-tests/web/Cargo.toml
2024-02-05 15:25:51 -06:00

13 lines
309 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 = { workspace = true, features = ["web"]}
serde_json = "1.0.96"
tracing.workspace = true
tracing-wasm = "0.2.1"