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

Configure Feed

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

add required cargo metadata

videah ab599b4d 9fa3ea08

+5
+5
Cargo.toml
··· 1 1 [package] 2 + authors = ["videah <videah@selfish.systems>"] 2 3 name = "jetstream-oxide" 3 4 version = "0.1.0" 4 5 edition = "2021" 6 + license = "MIT" 7 + license-file = "LICENSE" 8 + repository = "https://github.com/videah/jetstream-oxide" 9 + readme = "README.md" 5 10 6 11 [dependencies] 7 12 async-trait = "0.1.83"