Skip to content

Commit

Permalink
refactor(xlineapi): refactor success, test pass
Browse files Browse the repository at this point in the history
Signed-off-by: lxl66566 <lxl66566@gmail.com>
  • Loading branch information
lxl66566 committed Aug 8, 2024
1 parent ee1ddac commit 94f24e0
Show file tree
Hide file tree
Showing 3 changed files with 175 additions and 118 deletions.
8 changes: 8 additions & 0 deletions Cargo.lock

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

2 changes: 2 additions & 0 deletions crates/xlineapi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@ curp-external-api = { path = "../curp-external-api" }
itertools = "0.13"
prost = "0.12.3"
serde = { version = "1.0.204", features = ["derive"] }
tap = "1.0.1"
thiserror = "1.0.61"
tonic = { version = "0.4.2", package = "madsim-tonic" }
tracing = "0.1.37"
utils = { path = "../utils", features = ["parking_lot"] }
workspace-hack = { version = "0.1", path = "../../workspace-hack" }

Expand Down
Loading

0 comments on commit 94f24e0

Please sign in to comment.