···88- [x] `at://` parsing and struct
99- [x] TID codecs
1010- [x] XRPC client
1111-- [ ] DID & handle resolution service with a cache
1111+- [x] DID & handle resolution service with a cache
1212- [ ] Structs with validation for the common lexicons
1313 - [ ] Probably codegen for doing this with other lexicons
1414- [ ] Extended XRPC client with support for validated inputs/outputs
···2121```elixir
2222def deps do
2323 [
2424- {:atex, "~> 0.1"}
2424+ {:atex, "~> 0.3"}
2525 ]
2626end
2727```
+1-1
mix.exs
···11defmodule Atex.MixProject do
22 use Mix.Project
3344- @version "0.2.0"
44+ @version "0.3.0"
55 @source_url "https://github.com/cometsh/atex"
6677 def project do