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

12 lines
282 B
TOML

[package]
name = "ingest-linux"
version = "0.0.1"
authors = ["Dominik Werder <dominik.werder@gmail.com>"]
edition = "2024"
[dependencies]
libc = "0.2"
autoerr = "0.0"
log = { path = "../../daqbuf-log", package = "daqbuf-log" }
taskrun = { path = "../../daqbuffer/crates/taskrun" }