mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-17 04:24:35 +03:00
e27e5b7ffe
Hasura V3 Engine v3.alpha.12-19-2023 V3-GitOrigin-RevId: 6605575a52b347b5e9a14ecd1cc736f113c663b3 PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10567 Co-authored-by: Vishnu Bharathi <4211715+scriptnull@users.noreply.github.com> GitOrigin-RevId: 38c98a4b1971efe3ac724c2371c43ceb7d31f140
19 lines
442 B
TOML
19 lines
442 B
TOML
[package]
|
|
name = "tracing-util"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
derive_more = "0.99.17"
|
|
opentelemetry = { version = "0.20.0", features = ["rt-tokio"] }
|
|
opentelemetry-otlp = "0.13.0"
|
|
opentelemetry_sdk = "0.20.0"
|
|
opentelemetry-semantic-conventions = "0.12.0"
|
|
strum = "0.25.0"
|
|
http = "0.2.9"
|
|
|
|
[dev-dependencies]
|
|
axum = "0.6.20"
|