Skip to content

Commit

Permalink
chore(canisters): Move canisters from //rs to separate dir (#44)
Browse files Browse the repository at this point in the history
* chore(canisters): Move canisters from //rs to separate dir

* Move canisters rust workspace one level up

* cargo update for canisters

* Updated bazel and lock files

---------

Co-authored-by: nikola-milosa <nikola.milosavljevic@dfinity.org>
  • Loading branch information
sasa-tomic and NikolaMilosa committed Jan 8, 2024
1 parent e9a363b commit b22c357
Show file tree
Hide file tree
Showing 31 changed files with 1,222 additions and 1,053 deletions.
761 changes: 1 addition & 760 deletions Cargo.Bazel.lock

Large diffs are not rendered by default.

311 changes: 74 additions & 237 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ members = [
"rs/canister-log-fetcher",
"rs/np-notifications",
"rs/slack-notifications",
# Canisters below
"rs/canisters/node_status_canister/src/node_status_canister_backend",
]

resolver = "2"
Expand Down
37 changes: 18 additions & 19 deletions bazel/external_crates.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -49,25 +49,24 @@ def external_crates_repository():
lockfile = "//:Cargo.Bazel.lock",
manifests = [
"//:Cargo.toml",
"//rs/canister-log-fetcher:Cargo.toml",
"//rs/cli:Cargo.toml",
"//rs/decentralization:Cargo.toml",
"//rs/ic-canisters:Cargo.toml",
"//rs/ic-management-backend:Cargo.toml",
"//rs/ic-management-types:Cargo.toml",
"//rs/ic-observability/config-writer-common:Cargo.toml",
"//rs/ic-observability/multiservice-discovery:Cargo.toml",
"//rs/ic-observability/multiservice-discovery-downloader:Cargo.toml",
"//rs/ic-observability/multiservice-discovery-shared:Cargo.toml",
"//rs/ic-observability/node-status-updater:Cargo.toml",
"//rs/ic-observability/obs-canister-clients:Cargo.toml",
"//rs/ic-observability/prometheus-config-updater:Cargo.toml",
"//rs/ic-observability/service-discovery:Cargo.toml",
"//rs/ic-observability/sns-downloader:Cargo.toml",
"//rs/log-fetcher:Cargo.toml",
"//rs/np-notifications:Cargo.toml",
"//rs/slack-notifications:Cargo.toml",
"//rs/canisters/node_status_canister/src/node_status_canister_backend:Cargo.toml",
"//rs/canister-log-fetcher:Cargo.toml",
"//rs/cli:Cargo.toml",
"//rs/decentralization:Cargo.toml",
"//rs/ic-canisters:Cargo.toml",
"//rs/ic-management-backend:Cargo.toml",
"//rs/ic-management-types:Cargo.toml",
"//rs/ic-observability/config-writer-common:Cargo.toml",
"//rs/ic-observability/multiservice-discovery:Cargo.toml",
"//rs/ic-observability/multiservice-discovery-downloader:Cargo.toml",
"//rs/ic-observability/multiservice-discovery-shared:Cargo.toml",
"//rs/ic-observability/node-status-updater:Cargo.toml",
"//rs/ic-observability/obs-canister-clients:Cargo.toml",
"//rs/ic-observability/prometheus-config-updater:Cargo.toml",
"//rs/ic-observability/service-discovery:Cargo.toml",
"//rs/ic-observability/sns-downloader:Cargo.toml",
"//rs/log-fetcher:Cargo.toml",
"//rs/np-notifications:Cargo.toml",
"//rs/slack-notifications:Cargo.toml",
],
splicing_config = splicing_config(
resolver_version = "2",
Expand Down
Loading

0 comments on commit b22c357

Please sign in to comment.