Files
firecrawl__anydoc/bench/package.json
tomsideguide f672f73236 chore: publish prep
Declare rust-version 1.88, the floor zip and calamine already impose,
so an old toolchain gets an MSRV message instead of an edition-2024
parse error.

Run CI on pushes to main too. Everything lands directly on main, so the
pull_request trigger meant it never ran.

Record the benchmark machine in the readme, and drop github-slugger from
the bench harness, left behind when the differential harness went away.
2026-08-03 17:31:52 +01:00

10 lines
160 B
JSON

{
"name": "anydoc-bench",
"private": true,
"dependencies": {
"mammoth": "^1.8.0",
"turndown": "^7.2.0",
"turndown-plugin-gfm": "^1.0.2"
}
}