Skip to content

Commit

Permalink
Merge branch 'master' into marko-bazel-coverage-s3
Browse files Browse the repository at this point in the history
  • Loading branch information
marko-k0 authored Oct 10, 2024
2 parents 304f429 + ad6b188 commit 3540ced
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 15 deletions.
12 changes: 0 additions & 12 deletions rs/boundary_node/discower_bowndary/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,3 @@ url = { workspace = true }

[lib]
name = "discower_bowndary"

[[bin]]
path = "examples/fetch_api_bns.rs"
name = "fetch_api_bns"

[[bin]]
path = "examples/api_bn_dynamic_routing.rs"
name = "api_bn_dynamic_routing"

[[bin]]
path = "examples/basic_library_usage.rs"
name = "basic_library_usage"
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const MAINNET_ROOT_SUBNET_ID: &str =

// How to run via Bazel/Cargo:
// ic$ bazel run //rs/boundary_node/discower_bowndary:api-bn-dynamic-routing
// ic$ cargo run --bin api_bn_dynamic_routing
// ic$ cargo run --example api_bn_dynamic_routing

#[tokio::main]
async fn main() -> anyhow::Result<()> {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const CANISTER_METHOD: &str = "read";

/// Example usage of the HealthCheckRouteProvider (custom implementation of the RouteProvider trait defined `ic-agent`).
/// devenv-container$ bazel run //rs/boundary_node/discower_bowndary:basic-library-usage
/// ic$ cargo run --bin basic_library_usage
/// ic$ cargo run --example basic_library_usage
#[tokio::main]
async fn main() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const MAINNET_ROOT_SUBNET_ID: &str =

// How to run via Bazel/Cargo:
// ic$ bazel run //rs/boundary_node/discower_bowndary:fetch-api-bns -- ic0.app
// ic$ cargo run --bin fetch_api_bns ic0.app
// ic$ cargo run --example fetch_api_bns ic0.app

#[tokio::main]
async fn main() -> anyhow::Result<()> {
Expand Down

0 comments on commit 3540ced

Please sign in to comment.