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

probably less than the minimal comment warranted

Changed files
+3
slingshot
src
+3
slingshot/src/server.rs
···
"sorry, something went wrong",
));
};
+
+
// all of the noise around here is so that we can ultimately reach this:
+
// upstream BadRequest extracted from the foyer result which we can proxy back
return GetRecordResponse::BadRequest(xrpc_error(
error,
format!("Upstream bad request: {message}"),