mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-17 05:20:37 +00:00
15 lines
331 B
TOML
15 lines
331 B
TOML
[package]
|
|
name = "cache"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
catalog.workspace = true
|
|
common-error.workspace = true
|
|
common-macro.workspace = true
|
|
common-meta.workspace = true
|
|
moka = { workspace = true, features = ["future"] }
|
|
partition.workspace = true
|
|
snafu.workspace = true
|