mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-05 21:02:58 +00:00
* feat: introduce Buffer for non-continuous bytes * Update src/mito2/src/cache/index.rs Co-authored-by: Weny Xu <wenymedia@gmail.com> * chore: apply review comments * refactor: use opendal::Buffer --------- Co-authored-by: Weny Xu <wenymedia@gmail.com>
29 lines
633 B
TOML
29 lines
633 B
TOML
[package]
|
|
name = "common-base"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
anymap2 = "0.13"
|
|
async-trait.workspace = true
|
|
bitvec = "1.0"
|
|
bytes.workspace = true
|
|
common-error.workspace = true
|
|
common-macro.workspace = true
|
|
futures.workspace = true
|
|
paste = "1.0"
|
|
pin-project.workspace = true
|
|
rand.workspace = true
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
snafu.workspace = true
|
|
tokio.workspace = true
|
|
zeroize = { version = "1.6", default-features = false, features = ["alloc"] }
|
|
|
|
[dev-dependencies]
|
|
common-test-util.workspace = true
|
|
toml.workspace = true
|