diff --git a/Cargo.toml b/Cargo.toml index becc68d..837bd05 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ build= "build.rs" [[bin]] name = "hbbr" -path = "src/hbbr/main.rs" +path = "src/hbbr.rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/src/hbbr/main.rs b/src/hbbr.rs similarity index 100% rename from src/hbbr/main.rs rename to src/hbbr.rs diff --git a/src/hbbr/relay_server.rs b/src/relay_server.rs similarity index 100% rename from src/hbbr/relay_server.rs rename to src/relay_server.rs