Skip to content

Commit 60fb4d9

Browse files
committed
fix: replace invalid 'automation' crates.io category with 'development-tools'
1 parent 1b13713 commit 60fb4d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/stygian-browser/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repository.workspace = true
99
readme = "README.md"
1010
description = "Anti-detection browser automation library for Rust with CDP stealth features"
1111
keywords = ["browser", "automation", "scraping", "anti-detection", "cdp"]
12-
categories = ["web-programming", "automation"]
12+
categories = ["web-programming", "development-tools"]
1313

1414
[features]
1515
default = ["stealth"]

0 commit comments

Comments
 (0)