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

@@ -18,4 +18,4 @@ taskrun = { path = "../taskrun" }
netpod = { path = "../../../daqbuf-netpod", package = "daqbuf-netpod" }
parse = { path = "../../../daqbuf-parse", package = "daqbuf-parse" }
disk = { path = "../disk" }
streams = { path = "../streams" }
streams = { path = "../../../daqbuf-streams", package = "daqbuf-streams" }