1
0
Fork 0
mirror of https://github.com/kou029w/_.git synced 2025-01-31 06:18:07 +00:00
_/playwright-rust/Cargo.toml

13 lines
211 B
TOML
Raw Normal View History

2024-08-26 11:11:06 +09:00
[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"