mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-27 22:50:19 +00:00
13 lines
296 B
TOML
13 lines
296 B
TOML
|
[package]
|
||
|
name = "dioxus-playwrite-web-test"
|
||
|
version = "0.0.1"
|
||
|
edition = "2021"
|
||
|
description = "Playwrite test for Dioxus Web"
|
||
|
license = "MIT/Apache-2.0"
|
||
|
publish = false
|
||
|
|
||
|
[dependencies]
|
||
|
dioxus = { path = "../../packages/dioxus" }
|
||
|
dioxus-web = { path = "../../packages/web" }
|
||
|
serde_json = "1.0.96"
|