chore: add back core dependency (#3588)

This commit is contained in:
shuiyisong
2024-03-27 10:53:22 +08:00
committed by GitHub
parent 83643eb195
commit 653697f1d5
2 changed files with 2 additions and 0 deletions

1
Cargo.lock generated
View File

@@ -6157,6 +6157,7 @@ dependencies = [
"futures-util",
"lazy_static",
"meta-client",
"meter-core",
"meter-macros",
"object-store",
"partition",

View File

@@ -38,6 +38,7 @@ futures = "0.3"
futures-util.workspace = true
lazy_static.workspace = true
meta-client.workspace = true
meter-core.workspace = true
meter-macros.workspace = true
object-store.workspace = true
partition.workspace = true