A library for ATProtocol identities.

chore: preparing for 0.1.1 release

Changed files
+5 -2
+1 -1
Cargo.lock
··· 51 51 52 52 [[package]] 53 53 name = "atproto-identity" 54 - version = "0.1.0" 54 + version = "0.1.1" 55 55 dependencies = [ 56 56 "anyhow", 57 57 "futures-util",
+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"