Files
daqingest/ingest-linux/Cargo.toml
2024-07-09 14:30:43 +02:00

15 lines
360 B
TOML

[package]
name = "ingest-linux"
version = "0.0.1"
authors = ["Dominik Werder <dominik.werder@gmail.com>"]
edition = "2021"
[dependencies]
libc = "0.2"
thiserror = "=0.0.1"
log = { path = "../log" }
taskrun = { path = "../../daqbuffer/crates/taskrun" }
[patch.crates-io]
thiserror = { git = "https://github.com/dominikwerder/thiserror.git", branch = "cstm" }