6 lines
89 B
Rust
6 lines
89 B
Rust
#[path = "utils/server.rs"]
|
|
pub mod server;
|
|
|
|
#[path = "utils/client.rs"]
|
|
pub mod client;
|