mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-07 13:52:59 +00:00
24 lines
461 B
TOML
24 lines
461 B
TOML
[package]
|
|
name = "common-grpc-expr"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
api.workspace = true
|
|
common-base.workspace = true
|
|
common-catalog.workspace = true
|
|
common-error.workspace = true
|
|
common-macro.workspace = true
|
|
common-query.workspace = true
|
|
common-time.workspace = true
|
|
datatypes.workspace = true
|
|
snafu.workspace = true
|
|
table.workspace = true
|
|
|
|
[dev-dependencies]
|
|
paste = "1.0"
|