Factored out more crates
This commit is contained in:
@@ -35,10 +35,10 @@ taskrun = { path = "../taskrun" }
|
||||
netpod = { path = "../../../daqbuf-netpod", package = "daqbuf-netpod" }
|
||||
query = { path = "../query" }
|
||||
dbconn = { path = "../dbconn" }
|
||||
parse = { path = "../parse" }
|
||||
parse = { path = "../../../daqbuf-parse", package = "daqbuf-parse" }
|
||||
items_0 = { path = "../../../daqbuf-items-0", package = "daqbuf-items-0" }
|
||||
items_2 = { path = "../items_2" }
|
||||
items_2 = { path = "../../../daqbuf-items-2", package = "daqbuf-items-2" }
|
||||
streams = { path = "../streams" }
|
||||
streamio = { path = "../streamio" }
|
||||
httpclient = { path = "../httpclient" }
|
||||
bitshuffle = { path = "../bitshuffle" }
|
||||
bitshuffle = { path = "../../../daqbuf-bitshuffle", package = "daqbuf-bitshuffle" }
|
||||
|
||||
Reference in New Issue
Block a user