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

deps cleanup

i mean these ones will probably/hopefully come back.. would be nice to make sure shutdown stuff is clean.

Changed files
-4
ufos
-2
Cargo.lock
···
dependencies = [
"anyhow",
"clap",
-
"ctrlc",
"jetstream",
"serde_json",
"tokio",
-
"tokio-util",
[[package]]
-2
ufos/Cargo.toml
···
[dependencies]
anyhow = "1.0.97"
clap = { version = "4.5.31", features = ["derive"] }
-
ctrlc = "3.4.5"
jetstream = { path = "../jetstream" }
serde_json = "1.0.140"
tokio = { version = "1.43.0", features = ["full", "sync", "time"] }
-
tokio-util = "0.7.13"