21 lines
576 B
TOML
21 lines
576 B
TOML
[package]
|
|
name = "kanto-index-format-v1"
|
|
version = "0.1.0"
|
|
description = "Low-level data format helper for KantoDB database"
|
|
homepage.workspace = true
|
|
repository.workspace = true
|
|
authors.workspace = true
|
|
license.workspace = true
|
|
publish = false # TODO publish crate #severity/high #urgency/medium
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
|
|
[dependencies]
|
|
datafusion = { workspace = true }
|
|
kanto-key-format-v1 = { workspace = true }
|
|
kanto-meta-format-v1 = { workspace = true }
|
|
rkyv = { workspace = true }
|
|
thiserror = { workspace = true }
|
|
|
|
[lints]
|
|
workspace = true
|