[package] | |
name = "dora-record" | |
version.workspace = true | |
edition = "2021" | |
documentation.workspace = true | |
description.workspace = true | |
license.workspace = true | |
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | |
[dependencies] | |
tokio = { version = "1.36.0", features = ["fs", "rt", "rt-multi-thread"] } | |
dora-node-api = { workspace = true, features = ["tracing"] } | |
eyre = "0.6.8" | |
chrono = "0.4.31" | |
dora-tracing = { workspace = true } | |
parquet = { version = "52", features = ["async"] } | |