Files
greptimedb/src/plugins/Cargo.toml
Weny Xu 01a308fe6b refactor: relocate CLI to a dedicated directory (#5101)
* refactor: relocate CLI to a dedicated directory

* chore: expose method and const

* refactor: use BoxedError

* chore: expose DatabaseClient

* chore: add clone derive
2024-12-05 12:12:24 +00:00

21 lines
392 B
TOML

[package]
name = "plugins"
version.workspace = true
edition.workspace = true
license.workspace = true
[lints]
workspace = true
[dependencies]
auth.workspace = true
clap.workspace = true
cli.workspace = true
common-base.workspace = true
common-error.workspace = true
datanode.workspace = true
frontend.workspace = true
meta-srv.workspace = true
serde.workspace = true
snafu.workspace = true