[package] name = "batchtools" version = "0.0.2" authors = ["Dominik Werder "] 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"