mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-06 05:12:54 +00:00
16 lines
340 B
TOML
16 lines
340 B
TOML
[package]
|
|
name = "common-decimal"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
arrow.workspace = true
|
|
bigdecimal.workspace = true
|
|
common-error.workspace = true
|
|
common-macro.workspace = true
|
|
rust_decimal.workspace = true
|
|
serde.workspace = true
|
|
serde_json.workspace = true
|
|
snafu.workspace = true
|