Initial commit
This commit is contained in:
7
base/Cargo.toml
Normal file
7
base/Cargo.toml
Normal file
@ -0,0 +1,7 @@
|
||||
[package]
|
||||
name = "base"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
serde = { version = "1.0.144", features = ["derive"] }
|
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