| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Replace HTTP fetch from GitHub with reading globals.json from node_modules. This removes the ureq dependency and its transitive dependencies, significantly reducing Cargo.lock size. - Replace ureq with serde_json for JSON parsing - Read from node_modules/globals/globals.json - Add setup-node step to CI workflows Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
| Back | FazBrowse Home | New Git URL |
Summary
This reduces Cargo.lock by ~730 lines by removing ureq and its transitive dependencies.
Test plan
🤖 Generated with Claude Code