This commit is contained in:
Chris Tate
2026-01-11 03:08:00 -06:00
parent b614d29461
commit be972f6c9c
192 changed files with 967 additions and 2 deletions
+17
View File
@@ -0,0 +1,17 @@
[package]
name = "agent-browser"
version = "0.1.0"
edition = "2021"
description = "Fast browser automation CLI for AI agents"
license = "Apache-2.0"
[dependencies]
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
libc = "0.2"
[profile.release]
opt-level = 3
lto = true
codegen-units = 1
strip = true