+1
-1
Cargo.toml
+1
-1
Cargo.toml
···
8
8
version = "0.1.0"
9
9
authors = ["Orual <orual@nonbinary.computer>"]
10
10
repository = "https://tangled.org/@nonbinary.computer/jacquard"
11
-
keywords = ["atproto", "at protocol", "bluesky", "api", "client"]
11
+
keywords = ["atproto", "at", "bluesky", "api", "client"]
12
12
categories = ["api-bindings", "web-programming::http-client"]
13
13
readme = "README.md"
14
14
exclude = [".direnv"]
+1
README.md
+1
README.md
···
2
2
3
3
A suite of Rust crates for the AT Protocol.
4
4
5
+
[](https://crates.io/crates/jacquard) [](https://docs.rs/jacquard) [](./LICENSE)
5
6
6
7
## Goals
7
8