This repository has no description
0

Configure Feed

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

at main 553 B View raw
1[package] 2name = "bluesky-avatar-updater" 3version = "0.1.0" 4edition = "2021" 5 6[dependencies] 7tokio = { version = "1.37.0", features = ["full"] } 8reqwest = { version = "0.12.4", features = ["json"] } 9serde = { version = "1.0.201", features = ["derive"] } 10serde_json = "1.0.117" 11anyhow = "1.0.86" 12tracing = "0.1.40" 13tracing-subscriber = { version = "0.3.18", features = ["env-filter"] } 14tracing-appender = "0.2.3" 15dotenvy = "0.15.7" 16bsky-sdk = "0.1.24" 17atrium-api = "0.25.8" 18chrono = "0.4.38" 19infer = "0.19.0" 20url = "2.5.0" 21bytes = "1.6.0" 22cid = "0.11.3"