Extend binned line to requested end
This commit is contained in:
@@ -8,11 +8,11 @@ edition = "2021"
|
||||
path = "src/dq.rs"
|
||||
|
||||
[dependencies]
|
||||
tokio = { version = "1.41.1", features = ["rt-multi-thread", "io-util", "net", "time", "sync", "fs"] }
|
||||
futures-util = "0.3.14"
|
||||
clap = { version = "4.0", features = ["derive", "cargo"] }
|
||||
chrono = "0.4.19"
|
||||
bytes = "1.7"
|
||||
tokio = { version = "1.43.0", features = ["rt-multi-thread", "io-util", "net", "time", "sync", "fs"] }
|
||||
futures-util = "0.3.31"
|
||||
clap = { version = "4.5", features = ["derive", "cargo"] }
|
||||
chrono = "0.4.39"
|
||||
bytes = "1.10"
|
||||
daqbuf-err = { path = "../../../daqbuf-err" }
|
||||
taskrun = { path = "../taskrun" }
|
||||
netpod = { path = "../../../daqbuf-netpod", package = "daqbuf-netpod" }
|
||||
|
||||
Reference in New Issue
Block a user