mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-10 15:22:56 +00:00
37 lines
764 B
TOML
37 lines
764 B
TOML
[package]
|
|
name = "common-function"
|
|
edition.workspace = true
|
|
version.workspace = true
|
|
license.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
api.workspace = true
|
|
arc-swap = "1.0"
|
|
async-trait.workspace = true
|
|
chrono-tz = "0.6"
|
|
common-error.workspace = true
|
|
common-macro.workspace = true
|
|
common-query.workspace = true
|
|
common-runtime.workspace = true
|
|
common-telemetry.workspace = true
|
|
common-time.workspace = true
|
|
common-version.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"
|
|
session.workspace = true
|
|
snafu.workspace = true
|
|
statrs = "0.16"
|
|
table.workspace = true
|
|
|
|
[dev-dependencies]
|
|
ron = "0.7"
|
|
serde = { version = "1.0", features = ["derive"] }
|