bbfb1f4346
* NC-54 Integrate gateway registry with nym-wireguard * Feature flag wireguard types * Restore etherparse * Fix start command * clippy * fmt * Fix clippy lint
10 lines
304 B
Rust
10 lines
304 B
Rust
// Copyright 2020 - Nym Technologies SA <contact@nymtech.net>
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
pub(crate) mod active_clients;
|
|
mod bandwidth;
|
|
pub(crate) mod embedded_network_requester;
|
|
pub(crate) mod websocket;
|
|
|
|
pub(crate) const FREE_TESTNET_BANDWIDTH_VALUE: i64 = 64 * 1024 * 1024 * 1024; // 64GB
|