Skip to content

Commit

Permalink
change dep
Browse files Browse the repository at this point in the history
  • Loading branch information
Dima Dorezyuk committed Feb 1, 2024
1 parent 5a354be commit 62ab54e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
6 changes: 6 additions & 0 deletions zvt_feig_terminal/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,9 @@ rust_library(
edition = "2021",
visibility = ["//visibility:public"],
)

rust_test(
name = "zvt_feig_terminal_test",
deps = all_crate_deps(normal_dev = True),
crate = ":zvt_feig_terminal",
)
4 changes: 3 additions & 1 deletion zvt_feig_terminal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ env_logger = "0.10.0"
tonic = "0.8.3"
tokio-stream = "0.1.14"
serde = { version = "1.0.188", features = ["derive"] }
serde_json = "1.0.105"
thiserror = "1.0.48"
time = { version = "0.3.28", features = ["macros"] }
time-macros = "0.2.14"
Expand All @@ -27,3 +26,6 @@ async-stream = "0.3.5"
mockall = "0.11.4"
mockall_double = "0.3.0"
num-traits = "0.2.17"

[dev-dependencies]
serde_json = "1.0.105"

0 comments on commit 62ab54e

Please sign in to comment.