25 lines
461 B
TOML
25 lines
461 B
TOML
|
[package]
|
||
|
name = "influxdb3_internal_api"
|
||
|
version.workspace = true
|
||
|
authors.workspace = true
|
||
|
edition.workspace = true
|
||
|
license.workspace = true
|
||
|
|
||
|
[dependencies]
|
||
|
# Core Crates
|
||
|
iox_query.workspace = true
|
||
|
iox_query_params.workspace = true
|
||
|
trace.workspace = true
|
||
|
trace_http.workspace = true
|
||
|
tracker.workspace = true
|
||
|
|
||
|
# Local Crates
|
||
|
|
||
|
# Crates.io dependencies
|
||
|
async-trait.workspace = true
|
||
|
datafusion.workspace = true
|
||
|
thiserror.workspace = true
|
||
|
|
||
|
[lints]
|
||
|
workspace = true
|