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

Configure Feed

Select the types of activity you want to include in your feed.

minimal features so cross build works

+5 -1
+5 -1
who-am-i/Cargo.toml
··· 17 handlebars = { version = "6.3.2", features = ["dir_source"] } 18 hickory-resolver = "0.25.2" 19 metrics = "0.24.2" 20 - metrics-exporter-prometheus = { version = "0.17.2", features = ["http-listener"] } 21 rand = "0.9.1" 22 reqwest = { version = "0.12.22", features = ["native-tls-vendored"] } 23 serde = { version = "1.0.219", features = ["derive"] } ··· 26 tokio = { version = "1.45.1", features = ["full", "macros"] } 27 tokio-util = "0.7.15" 28 url = "2.5.4"
··· 17 handlebars = { version = "6.3.2", features = ["dir_source"] } 18 hickory-resolver = "0.25.2" 19 metrics = "0.24.2" 20 rand = "0.9.1" 21 reqwest = { version = "0.12.22", features = ["native-tls-vendored"] } 22 serde = { version = "1.0.219", features = ["derive"] } ··· 25 tokio = { version = "1.45.1", features = ["full", "macros"] } 26 tokio-util = "0.7.15" 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"]