chore: add back core dependency (#3588)

This commit is contained in:
shuiyisong
2024-03-26 19:53:22 -07:00
committed by GitHub
parent 83643eb195
commit 653697f1d5
2 changed files with 2 additions and 0 deletions
Generated
+1
View File
@@ -6157,6 +6157,7 @@ dependencies = [
"futures-util",
"lazy_static",
"meta-client",
"meter-core",
"meter-macros",
"object-store",
"partition",
+1
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