mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-31 04:10:38 +00:00
* chore: add comments * chore: remove `pub` * chore: rename to `merge_multiple_values` * chore: fix typo * feat(procedure): enable auto split large value * chore: apply suggestions from CR * chore: rename to `max_metadata_value_size` * chore: remove the NoneAsEmptyString * chore: set default max_metadata_value_size to 1500KiB
35 lines
724 B
TOML
35 lines
724 B
TOML
[package]
|
|
name = "common-procedure"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[features]
|
|
testing = []
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
async-stream.workspace = true
|
|
async-trait.workspace = true
|
|
backon = "0.4"
|
|
common-base.workspace = true
|
|
common-error.workspace = true
|
|
common-macro.workspace = true
|
|
common-runtime.workspace = true
|
|
common-telemetry.workspace = true
|
|
futures.workspace = true
|
|
humantime-serde.workspace = true
|
|
object-store.workspace = true
|
|
serde.workspace = true
|
|
serde_json.workspace = true
|
|
smallvec.workspace = true
|
|
snafu.workspace = true
|
|
tokio.workspace = true
|
|
uuid.workspace = true
|
|
|
|
[dev-dependencies]
|
|
common-test-util.workspace = true
|
|
futures-util.workspace = true
|