Skip to content

Commit

Permalink
modfiy global Cargo.toml and Cargo.lock.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rachelint committed Dec 27, 2022
1 parent 19edda7 commit e4dada6
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 2 deletions.
45 changes: 43 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ members = [
"meta_client",
"proto",
"query_engine",
"remote_engine_client",
"router",
"server",
"sql",
"system_catalog",
Expand Down Expand Up @@ -103,6 +105,10 @@ tonic = "0.8.1"
tokio = { version = "1.21", features = ["full"] }
wal = { path = "wal" }
message_queue = { path = "components/message_queue" }
clru = "0.6.1"
avro-rs = "0.13"
router = { path = "router" }
remote_engine_client = { path = "remote_engine_client" }

[workspace.dependencies.ceresdbproto]
git = "https://github.com/CeresDB/ceresdbproto.git"
Expand Down Expand Up @@ -133,6 +139,7 @@ log = { workspace = true }
logger = { workspace = true }
meta_client = { workspace = true }
query_engine = { workspace = true }
router = { workspace = true }
server = { workspace = true }
signal-hook = "0.3"
sort = "0.8.5"
Expand Down

0 comments on commit e4dada6

Please sign in to comment.