mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-08 06:12:55 +00:00
* chore: upgrade to Arrow 29.0 and use workspace package and dependencies * fix: resolve PR comments Co-authored-by: luofucong <luofucong@greptime.com>
20 lines
381 B
TOML
20 lines
381 B
TOML
[package]
|
|
name = "common-function-macro"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
quote = "1.0"
|
|
syn = "1.0"
|
|
|
|
[dev-dependencies]
|
|
arc-swap = "1.0"
|
|
common-query = { path = "../query" }
|
|
datatypes = { path = "../../datatypes" }
|
|
snafu = { version = "0.7", features = ["backtraces"] }
|
|
static_assertions = "1.1.0"
|