mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-07 22:02:56 +00:00
* feat: add arrow json extension type * feat: add json structure settings to extension type * refactor: store json structure settings as extension metadata * chore: make binary an acceptable type for extension
23 lines
476 B
TOML
23 lines
476 B
TOML
[package]
|
|
name = "api"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
arrow-schema.workspace = true
|
|
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.workspace = true
|
|
prost.workspace = true
|
|
serde_json.workspace = true
|
|
snafu.workspace = true
|