mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-05 21:02:58 +00:00
* refactor: use workspace dependencies for internal modules * fix: resolve issue with mock module in datanode * refactor: update test modules
27 lines
581 B
TOML
27 lines
581 B
TOML
[package]
|
|
name = "common-function"
|
|
edition.workspace = true
|
|
version.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
arc-swap = "1.0"
|
|
chrono-tz = "0.6"
|
|
common-error = { workspace = true }
|
|
common-function-macro = { workspace = true }
|
|
common-query = { workspace = true }
|
|
common-time = { workspace = true }
|
|
datafusion.workspace = true
|
|
datatypes = { workspace = true }
|
|
libc = "0.2"
|
|
num = "0.4"
|
|
num-traits = "0.2"
|
|
once_cell.workspace = true
|
|
paste = "1.0"
|
|
snafu.workspace = true
|
|
statrs = "0.16"
|
|
|
|
[dev-dependencies]
|
|
ron = "0.7"
|
|
serde = { version = "1.0", features = ["derive"] }
|