Files
daqingest/batchtools/Cargo.toml
Dominik Werder b8ce63e3f2 Update deps
2025-06-18 13:27:45 +02:00

15 lines
358 B
TOML

[package]
name = "batchtools"
version = "0.0.2"
authors = ["Dominik Werder <dominik.werder@gmail.com>"]
edition = "2021"
[lib]
doctest = false
[dependencies]
log = { path = "../../daqbuf-log", package = "daqbuf-log" }
err = { path = "../../daqbuf-err", package = "daqbuf-err" }
taskrun = { path = "../../daqbuffer/crates/taskrun" }
async-channel = "2.1.0"