[WIP] A (somewhat barebones) atproto app for creating custom sites without hosting!
8
fork

Configure Feed

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

at 8ecd3532a289bc2ff428b4c9de229bbd4ebb0dd6 17 lines 311 B view raw
1[package] 2name = "lexicons" 3version = "0.1.0" 4edition = "2024" 5 6[features] 7default = ["dev_atcities"] 8dev_atcities = [] 9 10[dependencies] 11bon = "3.8.1" 12bytes = { version = "1.10.1", features = ["serde"] } 13miette = "7.6.0" 14serde = "1.0.228" 15thiserror = "2.0.17" 16jacquard-common = "0.5.3" 17jacquard-derive = "0.5.3"