Chrome DevTools Protocol client/server library for Rust/Tokio
First, add this to your Cargo.toml
:
[dependencies.tokio-cdp]
git = "https://github.com/devtools-html/rust-cdp"
Next, add this to your crate:
extern crate tokio_cdp;
Helpful resources:
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you shall be licensed as above, without any additional terms or conditions.