alpha
Login
or
Join now
microcosm.blue
/
microcosm-rs
Star
0
Fork
3
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Constellation, Spacedust, Slingshot, UFOs: atproto crates and services for microcosm
Star
0
Fork
3
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
minimal features so cross build works
author
phil
date
11 months ago
(Jul 3, 2025, 11:55 AM -0400)
commit
e02c1b45
e02c1b455ff31b8d77b67c6a514f314e1449f680
parent
bf29cd86
bf29cd865f7a7d0d26503deb4e91ca88f9c719e5
+5
-1
1 changed file
Expand all
Collapse all
Unified
Split
who-am-i
Cargo.toml
+5
-1
who-am-i/Cargo.toml
Reviewed
···
17
17
handlebars = { version = "6.3.2", features = ["dir_source"] }
18
18
hickory-resolver = "0.25.2"
19
19
metrics = "0.24.2"
20
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
28
+
29
29
+
[dependencies.metrics-exporter-prometheus]
30
30
+
version = "0.17.2"
31
31
+
default-features = false
32
32
+
features = ["http-listener", "async-runtime"]