wrote the tool

This commit is contained in:
2026-04-30 12:55:21 -05:00
parent 0e702a7358
commit 88b1093641
2 changed files with 101 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
[package]
name = "rustwitness"
version = "0.1.0"
edition = "2024"
[dependencies]
anyhow = "1.0.102"
clap = {version = "4.6.1", features = ["derive"]}
headless_chrome = "1.0.21"
rayon = "1.12.0"