geocaches for the atmosphere
1[package]
2name = "geocache-world"
3version = "0.1.0"
4edition = "2024"
5
6[dependencies]
7atproto-client = "0.11.2"
8atproto-identity = "0.11.2"
9atproto-oauth = "0.11.2"
10atproto-oauth-aip = "0.11.2"
11atproto-oauth-axum = "0.11.2"
12axum = "0.8.4"
13axum-htmx = "0.8.1"
14axum-template = "3.0.0"
15serde = "1.0.219"
16serde_json = "1.0.143"
17sqlx = "0.8.6"