mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-22 07:50:38 +00:00
* chore: upgrade opendal * chore: finish upgrading opendal * fix: clippy complaints * fix some tests * fix: all unit tests * chore: rebase develop * fix: sqlness tests * optimize imports * chore: rebase develop * doc: add todo
26 lines
618 B
TOML
26 lines
618 B
TOML
[package]
|
|
name = "common-procedure"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
async-trait.workspace = true
|
|
async-stream.workspace = true
|
|
common-error = { path = "../error" }
|
|
common-runtime = { path = "../runtime" }
|
|
common-telemetry = { path = "../telemetry" }
|
|
futures.workspace = true
|
|
object-store = { path = "../../object-store" }
|
|
serde.workspace = true
|
|
serde_json = "1.0"
|
|
smallvec = "1"
|
|
backon = "0.4.0"
|
|
snafu.workspace = true
|
|
tokio.workspace = true
|
|
uuid.workspace = true
|
|
|
|
[dev-dependencies]
|
|
common-test-util = { path = "../test-util" }
|
|
futures-util.workspace = true
|