mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-14 01:02:55 +00:00
* refactor: ColumnDataTypeWrapper * feat: decimal128 grpc * feat: add test case * chore: add TODO * chore: empty line * chore: remove precision and scale * refactor: remove precision and scale * chore: remove sqlness test * chore: rename * chore: proto version * chore: cr comment. Co-authored-by: Yingwen <realevenyag@gmail.com> * Update src/mito2/src/memtable/time_series.rs Co-authored-by: Yingwen <realevenyag@gmail.com> --------- Co-authored-by: Yingwen <realevenyag@gmail.com>
25 lines
482 B
TOML
25 lines
482 B
TOML
[package]
|
|
name = "api"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
common-base.workspace = true
|
|
common-decimal.workspace = true
|
|
common-error.workspace = true
|
|
common-macro.workspace = true
|
|
common-time.workspace = true
|
|
datatypes.workspace = true
|
|
greptime-proto.workspace = true
|
|
paste = "1.0"
|
|
prost.workspace = true
|
|
snafu.workspace = true
|
|
tonic.workspace = true
|
|
|
|
[build-dependencies]
|
|
tonic-build = "0.9"
|
|
|
|
[dev-dependencies]
|
|
paste = "1.0"
|