[package]
name = "patchright"
version.workspace = true
edition.workspace = true
license.workspace = true
rust-version.workspace = true
repository.workspace = true
homepage.workspace = true
categories.workspace = true
keywords.workspace = true
description = "Playwright-inspired Rust browser automation facade backed by the Playhard workspace."
readme = "README.md"
[lints]
workspace = true
[dependencies]
playhard = { version = "0.1.0", path = "../playhard" }
playhard-launcher = { version = "0.1.0", path = "../playhard-launcher" }