Files
appmap_tracing_test/Cargo.toml
2023-07-01 23:11:27 +02:00

17 lines
426 B
TOML

[package]
name = "appmap_tracing_test"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tracing = "0.1"
tracing-subscriber = "0.3"
serde = { version = "1.0", features=["derive", "default"] }
serde_json = "1.0"
reqwest = "0.11"
tokio = { version = "1.29", features=["macros", "rt", "default", "tracing", "rt-multi-thread"] }