mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-07 13:52:59 +00:00
14 lines
218 B
TOML
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
|