mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-22 07:50:38 +00:00
* refactor: relocate CLI to a dedicated directory * chore: expose method and const * refactor: use BoxedError * chore: expose DatabaseClient * chore: add clone derive
21 lines
392 B
TOML
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
|