An easy-to-host PDS on the ATProtocol, MacOS. Grandma-approved.

chore(deps): add sqlx 0.8 to workspace dependencies

authored by malpercio.dev and committed by

Tangled 0f198c92 38aab92a

+3
+3
Cargo.toml
··· 21 21 # Web framework (relay) 22 22 axum = "0.7" 23 23 24 + # Database 25 + sqlx = { version = "0.8", features = ["runtime-tokio", "sqlite"] } 26 + 24 27 # Serialization 25 28 serde = { version = "1", features = ["derive"] } 26 29 serde_json = "1"