Initial commit
This commit is contained in:
5
base/src/lib.rs
Normal file
5
base/src/lib.rs
Normal file
@ -0,0 +1,5 @@
|
||||
#[derive(serde::Serialize, serde::Deserialize)]
|
||||
pub struct RelayedPort {
|
||||
pub id: u64,
|
||||
pub port: u16,
|
||||
}
|
Reference in New Issue
Block a user