···1111jacquard-api = { version = "0.11.1", features = ["default", "app_bsky"] }
1212jacquard-axum = "0.11.0"
1313log = "0.4.29"
1414+reqwest = { version = "0.12.23", features = ["stream", "json"] }
1415serde = { version = "1.0.228", features = ["derive"] }
1516serde_json = "1.0.149"
1617tokio = { version = "1.52.1", features = ["macros", "rt-multi-thread", "net", "signal"] }
+5
README.md
···11# ceres
22+33+Ceres is a Bluesky AppView that aims to be easy on resources, does most of what Bluesky's AppView does, and hopefully works. Aka low storage requirments, and can still make posts, reply, and comment. But search and notifications are not fully in scope yet
44+55+# Work done currently
66+- 'app.bsky.actor.getProfile` - Just started