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

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

Changed files
+16 -11
links
+5 -11
Cargo.toml
···
-
[package]
-
name = "links"
-
version = "0.1.0"
-
edition = "2021"
-
-
[dependencies]
-
anyhow = "1.0.95"
-
fluent-uri = "0.3.2"
-
nom = "7.1.3"
-
thiserror = "2.0.9"
-
tinyjson = "2.5.1"
+
[workspace]
+
resolver = "2"
+
members = [
+
"links",
+
]
+11
links/Cargo.toml
···
+
[package]
+
name = "links"
+
version = "0.1.0"
+
edition = "2021"
+
+
[dependencies]
+
anyhow = "1.0.95"
+
fluent-uri = "0.3.2"
+
nom = "7.1.3"
+
thiserror = "2.0.9"
+
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