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

chore(deps): add thiserror + tempfile to relay crate

authored by malpercio.dev and committed by

Tangled ff84c46d a8dee90d

+2
+2
crates/relay/Cargo.toml
··· 15 15 common = { workspace = true, features = ["axum"] } 16 16 clap = { workspace = true } 17 17 anyhow = { workspace = true } 18 + thiserror = { workspace = true } 18 19 tracing = { workspace = true } 19 20 tracing-subscriber = { workspace = true } 20 21 tokio = { workspace = true } ··· 24 25 [dev-dependencies] 25 26 tower = { workspace = true } 26 27 serde_json = { workspace = true } 28 + tempfile = { workspace = true }