Add tracing-trace

This commit is contained in:
Louis Dureuil
2024-01-23 09:40:07 +01:00
parent b6fc181993
commit 117e43a9ec
13 changed files with 998 additions and 6 deletions

15
tracing-trace/Cargo.toml Normal file
View File

@ -0,0 +1,15 @@
[package]
name = "tracing-trace"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
color-spantrace = "0.2.1"
fxprof-processed-profile = "0.6.0"
serde = { version = "1.0.195", features = ["derive"] }
serde_json = "1.0.111"
tracing = "0.1.40"
tracing-error = "0.2.0"
tracing-subscriber = "0.3.18"