mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-03 00:31:50 +00:00
9 lines
179 B
TOML
9 lines
179 B
TOML
[package]
|
|
name = "tracing_samplers"
|
|
version = "0.1.0"
|
|
edition = { workspace = true }
|
|
|
|
[dependencies]
|
|
opentelemetry = { workspace = true }
|
|
opentelemetry_sdk = { workspace = true }
|