+1
-1
Cargo.lock
+1
-1
Cargo.lock
+4
-1
Cargo.toml
+4
-1
Cargo.toml
···
1
1
[package]
2
2
name = "atproto-identity"
3
-
version = "0.1.0"
3
+
version = "0.1.1"
4
4
edition = "2021"
5
5
rust-version = "1.83"
6
6
authors = ["Nick Gerakines <nick.gerakines@gmail.com>"]
···
8
8
readme = "README.md"
9
9
repository = "https://tangled.sh/@smokesignal.events/atproto-identity-rs"
10
10
license = "MIT"
11
+
keywords = ["atprotocol"]
12
+
categories = ["command-line-utilities", "web-programming"]
13
+
exclude = ["CLAUDE.md"]
11
14
12
15
[[bin]]
13
16
name = "atproto-identity-resolve"