Files
daqingest/dbpg/Cargo.toml
2024-02-02 19:43:41 +01:00

25 lines
677 B
TOML

[package]
name = "dbpg"
version = "0.0.1"
authors = ["Dominik Werder <dominik.werder@gmail.com>"]
edition = "2021"
[lib]
doctest = false
[dependencies]
log = { path = "../log" }
err = { path = "../../daqbuffer/crates/err" }
netpod = { path = "../../daqbuffer/crates/netpod" }
taskrun = { path = "../../daqbuffer/crates/taskrun" }
batchtools = { path = "../batchtools" }
stats = { path = "../stats" }
series = { path = "../series" }
chrono = "0.4.33"
tokio-postgres = { version = "0.7.10", features = ["with-chrono-0_4", "with-serde_json-1"] }
futures-util = "0.3.29"
async-channel = "2.1.1"
md-5 = "0.10.6"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1"