summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: c5feb0dd7bdb6e41567c67e189de8487365652b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "ingest"
version = "0.1.0"
edition = "2024"

[dependencies]
axum = "0.8"
tokio = { version = "1", features = ["full"] }
anyhow = "1"
bytes = "1"
subtle = "2"
tracing = "0.1"
tracing-subscriber = "0.3"