feat: ✨ talk locally and listen from server
This commit is contained in:
parent
d930888abb
commit
1451e9ccfc
9 changed files with 320 additions and 80 deletions
|
@ -1,4 +1,8 @@
|
|||
use server::{ServerConfig, stream::start};
|
||||
|
||||
#[tokio::main]
|
||||
async fn main() {
|
||||
println!("Hello, world!");
|
||||
let server_config = ServerConfig::new();
|
||||
start(server_config).await;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue