Skip to content

Commit

Permalink
feat: support offline builds by default
Browse files Browse the repository at this point in the history
  • Loading branch information
mdrokz committed Oct 4, 2023
1 parent 925ae39 commit 6bbefaf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ name = "headless_chrome"
path = "src/lib.rs"

[features]
default = ["offline"]
fetch = ["ureq", "directories", "zip", "walkdir"]
nightly = []
offline = ["auto_generate_cdp/offline"]
Expand Down

0 comments on commit 6bbefaf

Please sign in to comment.