Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
basvandijk committed Oct 16, 2024
1 parent a3b90a3 commit d17b7d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 20 deletions.
9 changes: 0 additions & 9 deletions Cargo.lock

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

13 changes: 2 additions & 11 deletions rs/tests/message_routing/rejoin_test_lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,12 @@ documentation.workspace = true

[dependencies]
canister-test = { path = "../../../rust_canisters/canister_test" }
dfn_candid = { path = "../../../rust_canisters/dfn_candid" }
chrono = { workspace = true }
futures = { workspace = true }
ic-system-test-driver = { path = "../../driver" }
itertools = { workspace = true }
slog = { workspace = true }
tokio = { workspace = true }
xnet-test = { path = "../../../rust_canisters/xnet_test" }
candid = { workspace = true }
ic-agent = { workspace = true }
ic-base-types = { path = "../../../types/base_types" }
ic-utils = { workspace = true }
rand = { workspace = true }
rand_chacha = { workspace = true }
dfn_json = { path = "../../../rust_canisters/dfn_json" }
chrono = { workspace = true }
futures = { workspace = true }

[lib]
name = "rejoin_test_lib"
Expand Down

0 comments on commit d17b7d2

Please sign in to comment.