Constellation, Spacedust, Slingshot, UFOs: atproto crates and services for microcosm
0

Configure Feed

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

1[package] 2name = "reflector" 3version = "0.1.0" 4edition = "2024" 5 6[dependencies] 7clap = { workspace = true } 8log = "0.4.28" 9poem = "3.1.12" 10serde = { version = "1.0.219", features = ["derive"] } 11tokio = "1.47.1" 12tracing-subscriber = { version = "0.3.20", features = ["env-filter"] }