A better Rust ATProto crate

ok nix builds just busted on spindle for now, trying standard cargo build

Orual 2c035e2c b130615a

Changed files
+3 -1
.tangled
workflows
+3 -1
.tangled/workflows/build.yml
··· 6 6 7 7 dependencies: 8 8 nixpkgs: 9 + - rustup 10 + - just 9 11 10 12 steps: 11 13 - name: build crate 12 14 command: | 13 - nix shell --command cargo build 15 + cargo build