1
0
Fork 0
mirror of https://github.com/kou029w/_.git synced 2025-01-30 22:08:02 +00:00
_/playwright-rust/Cargo.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"