mirror of
https://github.com/EasyTier/EasyTier.git
synced 2026-05-15 18:35:47 +00:00
utils: move code to a dedicated mod; add AsyncRuntime (#2072)
This commit is contained in:
@@ -76,7 +76,7 @@ use easytier::{
|
||||
rpc_types::controller::BaseController,
|
||||
},
|
||||
tunnel::{TunnelScheme, tcp::TcpTunnelConnector},
|
||||
utils::{PeerRoutePair, cost_to_str},
|
||||
utils::{PeerRoutePair, string::cost_to_str},
|
||||
};
|
||||
|
||||
rust_i18n::i18n!("locales", fallback = "en");
|
||||
|
||||
Reference in New Issue
Block a user