tangled
alpha
login
or
join now
bad-example.com
/
microcosm-links
7
fork
atom
APIs for links and references in the ATmosphere
7
fork
atom
overview
issues
pulls
pipelines
minimal features so cross build works
bad-example.com
8 months ago
e02c1b45
bf29cd86
+5
-1
1 changed file
expand all
collapse all
unified
split
who-am-i
Cargo.toml
+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
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"]