4342be29d7
* 🐳 chore: dependencies * 🐞 fix: minor style issues fixed background white patches in dark mode fixed the line height of the status label, which resulted in a bloated appearance * 🌈 style: lint * ✨ feat: about
18 lines
251 B
Rust
18 lines
251 B
Rust
#![allow(dead_code)]
|
|
|
|
mod arch;
|
|
mod connector;
|
|
mod gateway;
|
|
mod instance;
|
|
mod peer_center;
|
|
mod peers;
|
|
mod vpn_portal;
|
|
|
|
pub mod common;
|
|
pub mod launcher;
|
|
pub mod rpc;
|
|
pub mod tunnel;
|
|
pub mod utils;
|
|
|
|
pub const VERSION: &str = env!("CARGO_PKG_VERSION");
|