mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-27 10:20:38 +00:00
* fix: build info should use build time env var Signed-off-by: tison <wander4096@gmail.com> * catch up Signed-off-by: tison <wander4096@gmail.com> * fixup lifetime Signed-off-by: tison <wander4096@gmail.com> * fixup Signed-off-by: tison <wander4096@gmail.com> * fix more Signed-off-by: tison <wander4096@gmail.com> --------- Signed-off-by: tison <wander4096@gmail.com>
31 lines
637 B
TOML
31 lines
637 B
TOML
[package]
|
|
name = "substrait"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
async-trait.workspace = true
|
|
bytes.workspace = true
|
|
common-error.workspace = true
|
|
common-macro.workspace = true
|
|
common-telemetry.workspace = true
|
|
datafusion.workspace = true
|
|
datafusion-common.workspace = true
|
|
datafusion-expr.workspace = true
|
|
datafusion-substrait.workspace = true
|
|
promql.workspace = true
|
|
prost.workspace = true
|
|
snafu.workspace = true
|
|
|
|
[dependencies.substrait_proto]
|
|
package = "substrait"
|
|
version = "0.37"
|
|
|
|
[dev-dependencies]
|
|
datatypes.workspace = true
|
|
tokio.workspace = true
|