factor out netpod

This commit is contained in:
Dominik Werder
2024-11-07 20:37:38 +01:00
parent 2f89c969cd
commit 25e0bc9573
33 changed files with 20 additions and 6094 deletions

View File

@@ -16,8 +16,11 @@ url = "2.5.0"
clap = { version = "4.5.7", features = ["derive", "cargo"] }
daqbuf-err = { path = "../../../daqbuf-err" }
taskrun = { path = "../taskrun" }
netpod = { path = "../netpod" }
netpod = { path = "../../../daqbuf-netpod", package = "daqbuf-netpod" }
disk = { path = "../disk" }
httpclient = { path = "../httpclient" }
streams = { path = "../streams" }
daqbufp2 = { path = "../daqbufp2" }
[features]
DISABLED = []