Files
noprocess/examples/pipeline/Cargo.toml
2026-01-07 15:25:53 +01:00

12 lines
209 B
TOML

[package]
name = "pipeline"
version = "0.1.0"
edition = "2024"
[dependencies]
noprocess.workspace = true
tokio.workspace = true
tokio-util.workspace = true
tracing.workspace = true
tracing-subscriber = "0.3"