mirror of
https://github.com/OMGeeky/appmap_tracing_test.git
synced 2025-12-26 16:07:50 +01:00
17 lines
426 B
TOML
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"] }
|