Skip to content

Commit

Permalink
implement minitrace-futures
Browse files Browse the repository at this point in the history
Signed-off-by: iGxnon <[email protected]>
  • Loading branch information
iGxnon committed Feb 4, 2024
1 parent 36f3263 commit 47fc517
Show file tree
Hide file tree
Showing 2 changed files with 432 additions and 9 deletions.
7 changes: 7 additions & 0 deletions minitrace-futures/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,10 @@ categories = ["development-tools::debugging"]
keywords = ["tracing", "span", "datadog", "jaeger", "opentelemetry"]

[dependencies]
futures = "0.3"
minitrace = { version = "0.6.3", path = "../minitrace" }
pin-project-lite = "0.2.13"

[dev-dependencies]
async-stream = "0.3.5"
tokio = { version = "1", features = ["rt", "time", "macros"] }
Loading

0 comments on commit 47fc517

Please sign in to comment.