mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-28 10:50:39 +00:00
* feat: add source channel to meter recorders * feat: provide channel for query context * fix: testing and extension get for query context * chore: revert cargo toml structure changes * fix: querycontext modification for prometheus and pipeline * chore: switch git dependency to main branches * chore: remove TODO * refactor: rename other to unknown --------- Co-authored-by: shuiyisong <113876041+shuiyisong@users.noreply.github.com>
26 lines
488 B
TOML
26 lines
488 B
TOML
[package]
|
|
name = "session"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[features]
|
|
testing = []
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
api.workspace = true
|
|
arc-swap = "1.5"
|
|
auth.workspace = true
|
|
common-catalog.workspace = true
|
|
common-error.workspace = true
|
|
common-macro.workspace = true
|
|
common-telemetry.workspace = true
|
|
common-time.workspace = true
|
|
derive_builder.workspace = true
|
|
meter-core.workspace = true
|
|
snafu.workspace = true
|
|
sql.workspace = true
|