Files
daqingest/batchtools/Cargo.toml
Dominik Werder 7cd4437bfe Update deps
2023-10-26 13:55:34 +02:00

12 lines
287 B
TOML

[package]
name = "batchtools"
version = "0.0.1"
authors = ["Dominik Werder <dominik.werder@gmail.com>"]
edition = "2021"
[dependencies]
log = { path = "../log" }
err = { path = "../../daqbuffer/crates/err" }
taskrun = { path = "../../daqbuffer/crates/taskrun" }
async-channel = "2.0.0"