mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-05 21:02:58 +00:00
10 lines
237 B
TOML
10 lines
237 B
TOML
[package]
|
|
name = "common-error"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
strum = { version = "0.24", features = ["std", "derive"] }
|
|
snafu = { version = "0.7", features = ["backtraces"] }
|