Factored out streams crate

This commit is contained in:
Dominik Werder
2024-11-08 16:14:34 +01:00
parent 1d9250ef15
commit 2a4e6a5169
62 changed files with 17 additions and 8503 deletions

View File

@@ -22,7 +22,7 @@ async-channel = "1.9.0"
daqbuf-err = { path = "../../../daqbuf-err" }
netpod = { path = "../../../daqbuf-netpod", package = "daqbuf-netpod" }
parse = { path = "../../../daqbuf-parse", package = "daqbuf-parse" }
streams = { path = "../streams" }
streams = { path = "../../../daqbuf-streams", package = "daqbuf-streams" }
thiserror = "=0.0.1"
[patch.crates-io]