Skip to content

Instantly share code, notes, and snippets.

@timzaak
timzaak / Cargo.toml
Created July 17, 2025 02:48
Salvo + Reqwest + OpenTelemetry Example
[package]
name = "otel_test"
version = "0.1.0"
edition = "2024"
[[bin]]
name = "example-otel-client"
path = "src/client.rs"
[[bin]]