Files
nym/tools/echo-server/src/echo-server.rs
T
2025-01-03 13:35:39 +01:00

18 lines
534 B
Rust

// Copyright 2024 - Nym Technologies SA <contact@nymtech.net>
// SPDX-License-Identifier: GPL-3.0-only
// use clap::{Args, Parser, Subcommand};
// use nym_bin_common::{bin_info, bin_info_owned};
// use std::sync::OnceLock;
// fn pretty_build_info_static() -> &'static str {
// static PRETTY_BUILD_INFORMATION: OnceLock<String> = OnceLock::new();
// PRETTY_BUILD_INFORMATION.get_or_init(|| bin_info!().pretty_print())
// }
// This will be a Clap CLI binary for standalone use use wrapping the lib
fn main() {
todo!()
}