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.

workspacesssss

finally using this cargo feature

this repo is probably now too specifically named

maybe the whole gh org is actually just a cargo workspace

+16 -11
+5 -11
Cargo.toml
··· 1 - [package] 2 - name = "links" 3 - version = "0.1.0" 4 - edition = "2021" 5 - 6 - [dependencies] 7 - anyhow = "1.0.95" 8 - fluent-uri = "0.3.2" 9 - nom = "7.1.3" 10 - thiserror = "2.0.9" 11 - tinyjson = "2.5.1" 1 + [workspace] 2 + resolver = "2" 3 + members = [ 4 + "links", 5 + ]
+11
links/Cargo.toml
··· 1 + [package] 2 + name = "links" 3 + version = "0.1.0" 4 + edition = "2021" 5 + 6 + [dependencies] 7 + anyhow = "1.0.95" 8 + fluent-uri = "0.3.2" 9 + nom = "7.1.3" 10 + thiserror = "2.0.9" 11 + tinyjson = "2.5.1"
src/at_uri.rs links/src/at_uri.rs
src/did.rs links/src/did.rs
src/lib.rs links/src/lib.rs
src/record.rs links/src/record.rs