mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-13 00:18:56 +01:00
16 lines
394 B
TOML
16 lines
394 B
TOML
[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"
|