refactor: ♻️ renaming modules
This commit is contained in:
parent
00c46240ba
commit
96a837755d
5 changed files with 5 additions and 5 deletions
|
@ -1,2 +1,2 @@
|
|||
# rust_communication
|
||||
# rust_webrtc
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[package]
|
||||
name = "rust_communication_client"
|
||||
name = "rust_webrtc_client"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
use leptos::mount::mount_to_body;
|
||||
use rust_communication_client::gui::app;
|
||||
use rust_webrtc_client::gui::app;
|
||||
|
||||
fn main() {
|
||||
println!("Hello, world!");
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[package]
|
||||
name = "rust_communication_server"
|
||||
name = "rust_webrtc_server"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
use rust_communication_server::signal::start_signalling;
|
||||
use rust_webrtc_server::signal::start_signalling;
|
||||
|
||||
#[tokio::main]
|
||||
async fn main() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue