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

minimal features so cross build works

Changed files
+5 -1
who-am-i
+5 -1
who-am-i/Cargo.toml
···
handlebars = { version = "6.3.2", features = ["dir_source"] }
hickory-resolver = "0.25.2"
metrics = "0.24.2"
-
metrics-exporter-prometheus = { version = "0.17.2", features = ["http-listener"] }
rand = "0.9.1"
reqwest = { version = "0.12.22", features = ["native-tls-vendored"] }
serde = { version = "1.0.219", features = ["derive"] }
···
tokio = { version = "1.45.1", features = ["full", "macros"] }
tokio-util = "0.7.15"
url = "2.5.4"
+
+
[dependencies.metrics-exporter-prometheus]
+
version = "0.17.2"
+
default-features = false
+
features = ["http-listener", "async-runtime"]