Cargo.toml 404 B

123456789101112131415
  1. [package]
  2. name = "dioxus-playwright-web-test"
  3. version = "0.0.1"
  4. edition = "2021"
  5. description = "Playwright test for Dioxus Web"
  6. license = "MIT OR Apache-2.0"
  7. publish = false
  8. [dependencies]
  9. dioxus = { workspace = true, features = ["web"]}
  10. serde_json = "1.0.96"
  11. tracing.workspace = true
  12. tracing-wasm = "0.2.1"
  13. wasm-bindgen.workspace = true
  14. web-sys = { workspace = true, features = ["Element", "Window"] }