Files
daqingest/batchtools/Cargo.toml
2023-11-16 17:07:13 +01:00

15 lines
310 B
TOML

[package]
name = "batchtools"
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" }
taskrun = { path = "../../daqbuffer/crates/taskrun" }
async-channel = "2.1.0"