An easy-to-host PDS on the ATProtocol, iPhone and MacOS. Maintain control of your keys and data, always.
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore(deps): add sqlx 0.8 to workspace dependencies

authored by

Malpercio 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"