[package] name = "katniss-ingestor" version = "0.0.3" edition = "2021" license = "Apache-2.0" description = "WIP" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] arrow-schema.workspace = true chrono.workspace = true itertools.workspace = true object_store.workspace = true parquet.workspace = true thiserror.workspace = true tokio.workspace = true katniss-pb2arrow = { version = "0.0.3", path = "../katniss-pb2arrow" } [dev-dependencies] anyhow.workspace = true tempfile.workspace = true katniss-test = { path = "../katniss-test" }