Merge 4 tiny crates into nym-bin-common (#3065)

* Rename to bin-common

* Merge into new crate

* Merge 3 crates into bin-common

* WIP

* Move build.rs to the correct place

* regex nym_bin_common

* regex nym_bin_common::build_information

* regex nym_version_checker

* Update some explicit mod paths

* Makefile: add nym-connect-android

* Additional fixes

* rustfmt

* Update crate metadata

* Move completions crate into nym-bin-common

* Makefile: add examples

* Fix examples

* rustfmt
This commit is contained in:
Jon Häggblad
2023-02-21 11:30:23 +01:00
committed by GitHub
parent caff2077ae
commit b1121dabb9
68 changed files with 250 additions and 262 deletions
+1 -1
View File
@@ -22,9 +22,9 @@ use colored::Colorize;
use config::NymConfig;
use log::{error, info, warn};
use mixnode_common::verloc::{self, AtomicVerlocResult, VerlocMeasurer};
use nym_bin_common::version_checker::parse_version;
use nym_crypto::asymmetric::{encryption, identity};
use nym_task::{TaskClient, TaskManager};
use nym_version_checker::parse_version;
use rand::seq::SliceRandom;
use rand::thread_rng;
use std::net::SocketAddr;