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

Configure Feed

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

at b515a72c279f7295b4c3376a64b85b67a389d8d9 12 lines 307 B view raw
1[package] 2name = "reflector" 3version = "0.1.0" 4edition = "2024" 5 6[dependencies] 7clap = { version = "4.5.47", features = ["derive"] } 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"] }