Skip to content

Commit

Permalink
chore(crate): remove default features
Browse files Browse the repository at this point in the history
  • Loading branch information
j-mendez committed Jan 28, 2025
1 parent 220d7c6 commit 800751b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ napi-derive = "2"
num_cpus = "1"
serde = "1"
serde_json = "1"
spider = { version = "2", features = ["cron", "regex", "cookies", "socks", "chrome", "control", "chrome_intercept", "cache", "openai", "serde", "real_browser", "headers", "reqwest_rustls_tls" ] }
spider = { version = "2", default-features = false, features = ["cron", "regex", "cookies", "socks", "chrome", "control", "chrome_intercept", "cache", "openai", "serde", "real_browser", "headers", "reqwest_rustls_tls", "io_uring" ] }
spider_scraper = "0.1"

[build-dependencies]
Expand Down

0 comments on commit 800751b

Please sign in to comment.