influxdb/influxdb3_process/Cargo.toml

25 lines
464 B
TOML

[package]
name = "influxdb3_process"
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
[package.metadata.influxdb3]
build = "Core"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
# Core Crates
iox_time.workspace = true
# Crates.io dependencies
uuid.workspace = true
[build-dependencies]
cargo_metadata.workspace = true
[lints]
workspace = true