mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-11 07:42:54 +00:00
* feat: enable tokio console subscriber * fix: resolve PR comments * fix: resolve PR comments * fix: resolve PR comments
23 lines
432 B
TOML
23 lines
432 B
TOML
[package]
|
|
name = "common-function-macro"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
common-telemetry = { path = "../telemetry" }
|
|
backtrace = "0.3"
|
|
quote = "1.0"
|
|
syn = "1.0"
|
|
proc-macro2 = "1.0"
|
|
|
|
[dev-dependencies]
|
|
arc-swap = "1.0"
|
|
common-query = { path = "../query" }
|
|
datatypes = { path = "../../datatypes" }
|
|
snafu.workspace = true
|
|
static_assertions = "1.1.0"
|