Files
nym/sdk/rust/nym-sdk/examples/change_gateway.rs
2024-03-27 17:20:01 +00:00

10 lines
196 B
Rust

// Copyright 2024 - Nym Technologies SA <contact@nymtech.net>
// SPDX-License-Identifier: Apache-2.0
#[tokio::main]
async fn main() {
nym_bin_common::logging::setup_logging();
todo!()
}