mirror of
https://github.com/kou029w/_.git
synced 2025-01-30 22:08:02 +00:00
12 lines
211 B
TOML
12 lines
211 B
TOML
[package]
|
|
name = "playwright-rust"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
playwright = "0.0.20"
|
|
tokio = { version = "1.39.3", features = ["full"] }
|
|
|
|
[[bin]]
|
|
name = "playwright-rust"
|
|
path = "main.rs"
|