mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-08 22:32:55 +00:00
Signed-off-by: Ruihang Xia <waynestxia@gmail.com> Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
20 lines
349 B
TOML
20 lines
349 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.workspace = true
|
|
static_assertions = "1.1.0"
|