move server to src/

This commit is contained in:
Ferdinand Schober
2023-12-03 22:37:41 +01:00
parent 61b23c910b
commit b01f7c2793
4 changed files with 3 additions and 5 deletions

View File

@@ -3,7 +3,7 @@ use std::{process, error::Error};
use env_logger::Env;
use lan_mouse::{
consumer, producer,
config::{Config, Frontend::{Cli, Gtk}}, event::server::Server,
config::{Config, Frontend::{Cli, Gtk}}, server::Server,
frontend::{FrontendListener, cli},
};