mirror of
https://github.com/kou029w/_.git
synced 2025-01-31 06:18:07 +00:00
13 lines
211 B
TOML
13 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"
|