A better Rust ATProto crate
103
fork

Configure Feed

Select the types of activity you want to include in your feed.

fixed wasm ci smoke test

Orual 50d82907 855502be

+1 -1
+1 -1
.tangled/workflows/build.yml
··· 16 16 rustup target add wasm32-unknown-unknown 17 17 cargo build -p jacquard-common \ 18 18 --target wasm32-unknown-unknown \ 19 - --features websocket \ 19 + --features websocket, reqwest-client \ 20 20 --no-default-features 21 21 22 22 - name: run tests