aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
authoromagdy <omar.professional8777@gmail.com>2024-12-05 03:31:10 +0200
committeromagdy <omar.professional8777@gmail.com>2024-12-05 03:31:10 +0200
commit315c53c2c412298e87668a67708bb321a12acd2b (patch)
tree8f9edb43aba6646a30ed09e9c769e6730edd25e0 /src/main.rs
parent00fb6a16f1c56435a828eaf7cecaf31410e8045f (diff)
downloadtiny-server-315c53c2c412298e87668a67708bb321a12acd2b.tar.xz
tiny-server-315c53c2c412298e87668a67708bb321a12acd2b.zip
Added README.md
Diffstat (limited to 'src/main.rs')
-rwxr-xr-x[-rw-r--r--]src/main.rs8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/main.rs b/src/main.rs
index 957d2ae..a68dc53 100644..100755
--- a/src/main.rs
+++ b/src/main.rs
@@ -1,10 +1,10 @@
-use http_server_starter_rust::handlers::*;
-use http_server_starter_rust::http::{get, post};
-use http_server_starter_rust::router::Router;
-use http_server_starter_rust::server::*;
use std::collections::HashMap;
use std::io::{self};
use std::net::{IpAddr, Ipv4Addr, SocketAddr};
+use tiny_server::handlers::*;
+use tiny_server::http::{get, post};
+use tiny_server::router::Router;
+use tiny_server::server::*;
fn main() -> io::Result<()> {
// Collect the command-line arguments