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
··· 17 17 handlebars = { version = "6.3.2", features = ["dir_source"] } 18 18 hickory-resolver = "0.25.2" 19 19 metrics = "0.24.2" 20 - metrics-exporter-prometheus = { version = "0.17.2", features = ["http-listener"] } 21 20 rand = "0.9.1" 22 21 reqwest = { version = "0.12.22", features = ["native-tls-vendored"] } 23 22 serde = { version = "1.0.219", features = ["derive"] } ··· 26 25 tokio = { version = "1.45.1", features = ["full", "macros"] } 27 26 tokio-util = "0.7.15" 28 27 url = "2.5.4" 28 + 29 + [dependencies.metrics-exporter-prometheus] 30 + version = "0.17.2" 31 + default-features = false 32 + features = ["http-listener", "async-runtime"]