···8- [x] `at://` parsing and struct
9- [x] TID codecs
10- [x] XRPC client
11-- [ ] DID & handle resolution service with a cache
12- [ ] Structs with validation for the common lexicons
13 - [ ] Probably codegen for doing this with other lexicons
14- [ ] Extended XRPC client with support for validated inputs/outputs
···21```elixir
22def deps do
23 [
24- {:atex, "~> 0.1"}
25 ]
26end
27```
···8- [x] `at://` parsing and struct
9- [x] TID codecs
10- [x] XRPC client
11+- [x] DID & handle resolution service with a cache
12- [ ] Structs with validation for the common lexicons
13 - [ ] Probably codegen for doing this with other lexicons
14- [ ] Extended XRPC client with support for validated inputs/outputs
···21```elixir
22def deps do
23 [
24+ {:atex, "~> 0.3"}
25 ]
26end
27```
+1-1
mix.exs
···1defmodule Atex.MixProject do
2 use Mix.Project
34- @version "0.2.0"
5 @source_url "https://github.com/cometsh/atex"
67 def project do
···1defmodule Atex.MixProject do
2 use Mix.Project
34+ @version "0.3.0"
5 @source_url "https://github.com/cometsh/atex"
67 def project do