publish to cargo (#769)

This commit is contained in:
Chris Tate
2026-03-13 20:15:41 -05:00
committed by GitHub
parent 235fa88dc6
commit bdfcc4ee2d
+5
View File
@@ -4,6 +4,11 @@ version = "0.19.0"
edition = "2021"
description = "Fast browser automation CLI for AI agents"
license = "Apache-2.0"
repository = "https://github.com/vercel-labs/agent-browser"
homepage = "https://agent-browser.dev"
readme = "../README.md"
keywords = ["browser", "automation", "ai", "cdp", "chrome"]
categories = ["command-line-utilities", "web-programming"]
[dependencies]
serde = { version = "1.0", features = ["derive"] }