23 lines
628 B
TOML
23 lines
628 B
TOML
[package]
|
|
name = "scywr"
|
|
version = "0.0.1"
|
|
authors = ["Dominik Werder <dominik.werder@gmail.com>"]
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
futures-util = "0.3.28"
|
|
async-channel = "2.3.1"
|
|
scylla = "0.14.0"
|
|
smallvec = "1.11.0"
|
|
pin-project = "1.1.5"
|
|
stackfuture = "0.3.0"
|
|
bytes = "1.7.1"
|
|
serde = { version = "1", features = ["derive"] }
|
|
log = { path = "../log" }
|
|
stats = { path = "../stats" }
|
|
series = { path = "../series" }
|
|
err = { path = "../../daqbuffer/crates/err" }
|
|
netpod = { path = "../../daqbuffer/crates/netpod" }
|
|
taskrun = { path = "../../daqbuffer/crates/taskrun" }
|
|
#bitshuffle = { path = "../../daqbuffer/crates/bitshuffle" }
|