A better Rust ATProto crate
103
fork

Configure Feed

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

silly cargo syntax issue

Orual b0dfed2f 50d82907

+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, reqwest-client \ 19 + --features=websocket,reqwest-client \ 20 20 --no-default-features 21 21 22 22 - name: run tests