Skip to content

Commit

Permalink
chore(nervous_system): Sync cargo with bazel config (#3185)
Browse files Browse the repository at this point in the history
Co-authored-by: IDX GitHub Automation <[email protected]>
  • Loading branch information
max-dfinity and IDX GitHub Automation authored Dec 14, 2024
1 parent 99f5e5a commit 34c3268
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

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

10 changes: 4 additions & 6 deletions rs/nervous_system/long_message/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,19 @@ path = "tests/test_canisters/long_message_canister.rs"

[dependencies]
ic-cdk = { workspace = true }
ic-cdk-timers = { workspace = true }
candid = { workspace = true }
serde = { workspace = true }

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
ic-nervous-system-temporary = { path = "../../nervous_system/temporary" }

[dev-dependencies]
ic-types = { path = "../../types/types" }
ic-cdk-timers = { workspace = true }
ic-registry-subnet-type = { path = "../../registry/subnet_type" }

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
dfn_candid = { path = "../../rust_canisters/dfn_candid" }
ic-nervous-system-temporary = { path = "../../nervous_system/temporary" }
ic-config = { path = "../../config" }

[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies]
ic-config = { path = "../../config" }
ic-state-machine-tests = { path = "../../state_machine_tests" }
ic-nns-test-utils = { path = "../../nns/test_utils" }
canister-test = { path = "../../rust_canisters/canister_test" }

0 comments on commit 34c3268

Please sign in to comment.