Migrate server to new crate
This commit is contained in:
parent
b806b28a6e
commit
321d36b743
18 changed files with 167 additions and 63 deletions
6
server/src/main.rs
Normal file
6
server/src/main.rs
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
pub mod client;
|
||||
pub mod server;
|
||||
|
||||
fn main() {
|
||||
println!("Hello, world!");
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue