Files
greptimedb/src/common/error/Cargo.toml
shuiyisong d1838fb28d refactor: move define_into_tonic_status to common-error (#4095)
* chore: finish cherry-pick

* chore: remove unused code
2024-06-04 03:29:15 +00:00

14 lines
218 B
TOML

[package]
name = "common-error"
version.workspace = true
edition.workspace = true
license.workspace = true
[lints]
workspace = true
[dependencies]
snafu.workspace = true
strum.workspace = true
tonic.workspace = true