mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-07 13:52:59 +00:00
18 lines
343 B
TOML
18 lines
343 B
TOML
[package]
|
|
name = "common-decimal"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
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
|