Skip to content

Commit

Permalink
Merge branch 'main' of github.com:mattsse/chromiumoxide into no-untagged
Browse files Browse the repository at this point in the history
  • Loading branch information
ryo33 committed Oct 24, 2024
2 parents 56c4b39 + 6f2392f commit cee08f4
Show file tree
Hide file tree
Showing 17 changed files with 1,838 additions and 91 deletions.
7 changes: 5 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ keywords = ["chrome", "chromedriver", "puppeteer", "automation"]
categories = ["web-programming", "api-bindings", "development-tools::testing"]

[dependencies]
async-tungstenite = "0.27.0"
async-tungstenite = "0.28.0"
serde = { version = "1", features = ["derive"] }
async-std = { version = "1.5", features = [
async-std = { version = "1", features = [
"attributes",
"unstable",
], optional = true }
Expand Down Expand Up @@ -82,6 +82,9 @@ required-features = ["tokio-runtime", "tokio"]
name = "storage-cookie"
required-features = ["tokio-runtime"]

[[example]]
name = "console-logs"
required-features = ["tokio-runtime"]

[[example]]
name = "httpfuture"
Expand Down
Loading

0 comments on commit cee08f4

Please sign in to comment.