mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-04 20:32:56 +00:00
* feat: add more context for configurator * move the flow grpc configure context to plugins crate * move context to plugins crate * add more fields * fix: cargo check * refactor: some * refactor some * adjust context * fix: cargo check * fix: ut
26 lines
525 B
TOML
26 lines
525 B
TOML
[package]
|
|
name = "plugins"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
auth.workspace = true
|
|
catalog.workspace = true
|
|
clap.workspace = true
|
|
cli.workspace = true
|
|
common-base.workspace = true
|
|
common-error.workspace = true
|
|
common-meta.workspace = true
|
|
datanode.workspace = true
|
|
flow.workspace = true
|
|
frontend.workspace = true
|
|
meta-client.workspace = true
|
|
meta-srv.workspace = true
|
|
serde.workspace = true
|
|
snafu.workspace = true
|
|
standalone.workspace = true
|