an async framework for scraping and crawling the web

add uv build workflow

+13
+13
.tangled/workflows/build.yml
··· 1 + when: 2 + - event: ["push", "manual"] 3 + branch: ["main"] 4 + 5 + engine: "nixery" 6 + 7 + dependencies: 8 + nixpkgs: 9 + - uv 10 + 11 + steps: 12 + - name: "Build package" 13 + command: "uv build"