an async framework for scraping and crawling the web

add uv build workflow

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