Merged all workspace projects into a single binary project
This commit is contained in:
7
src/base/structs.rs
Normal file
7
src/base/structs.rs
Normal file
@ -0,0 +1,7 @@
|
||||
#[derive(serde::Serialize, serde::Deserialize, Copy, Clone, Debug)]
|
||||
pub struct RelayedPort {
|
||||
pub id: usize,
|
||||
pub port: u16,
|
||||
}
|
||||
|
||||
pub type RemoteConfig = Vec<RelayedPort>;
|
Reference in New Issue
Block a user