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.

microcosm-rs / links / Cargo.toml
314 B 15 lines
1[package] 2name = "microcosm-links" 3description = "Link extraction for atproto records" 4version = "0.1.0" 5edition = "2024" 6license = "MIT OR Apache-2.0" 7 8[features] 9default = ["json"] 10json = ["dep:tinyjson"] 11 12[dependencies] 13fluent-uri = "0.3.2" 14thiserror = "2.0.9" 15tinyjson = { version = "2.5.1", optional = true }