mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-27 02:10:38 +00:00
* feat(inverted_index.create): add read/write for external intermediate files Signed-off-by: Zhenchi <zhongzc_arch@outlook.com> * chore: MAGIC_CODEC_V1 -> CODEC_V1_MAGIC Signed-off-by: Zhenchi <zhongzc_arch@outlook.com> * chore: polish comments Signed-off-by: Zhenchi <zhongzc_arch@outlook.com> * chore: fix typos intermedia -> intermediate Signed-off-by: Zhenchi <zhongzc_arch@outlook.com> * fix: typos Signed-off-by: Zhenchi <zhongzc_arch@outlook.com> * chore: futures_code -> asynchronous_codec Signed-off-by: Zhenchi <zhongzc_arch@outlook.com> * chore: bump bytes to 1.5 Signed-off-by: Zhenchi <zhongzc_arch@outlook.com> --------- Signed-off-by: Zhenchi <zhongzc_arch@outlook.com>
19 lines
374 B
TOML
19 lines
374 B
TOML
[package]
|
|
name = "common-base"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
anymap = "1.0.0-beta.2"
|
|
bitvec = "1.0"
|
|
bytes.workspace = true
|
|
common-error.workspace = true
|
|
common-macro.workspace = true
|
|
paste = "1.0"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
snafu.workspace = true
|
|
|
|
[dev-dependencies]
|
|
toml.workspace = true
|