mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-06 13:22:57 +00:00
10 lines
201 B
TOML
10 lines
201 B
TOML
[package]
|
|
name = "common-error"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
snafu = { version = "0.7", features = ["backtraces"] }
|
|
strum.workspace = true
|