Factored out more crates

This commit is contained in:
Dominik Werder
2024-11-07 21:16:55 +01:00
parent b913fcc8c6
commit 1d9250ef15
66 changed files with 17 additions and 16661 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ bytes = "1.5.0"
async-channel = "1.9.0"
daqbuf-err = { path = "../../../daqbuf-err" }
netpod = { path = "../../../daqbuf-netpod", package = "daqbuf-netpod" }
parse = { path = "../parse" }
parse = { path = "../../../daqbuf-parse", package = "daqbuf-parse" }
streams = { path = "../streams" }
thiserror = "=0.0.1"