Files
daqingest/ingest-linux/Cargo.toml
2025-04-29 12:16:53 +02:00

12 lines
250 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.3"
log = { path = "../log" }
taskrun = { path = "../../daqbuffer/crates/taskrun" }