From f864e6988f0ad24fd5691d360c43558b0b912ca8 Mon Sep 17 00:00:00 2001 From: open-trade Date: Fri, 19 Mar 2021 16:48:21 +0800 Subject: [PATCH] refactor --- Cargo.toml | 2 +- src/{hbbr/main.rs => hbbr.rs} | 0 src/{hbbr => }/relay_server.rs | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename src/{hbbr/main.rs => hbbr.rs} (100%) rename src/{hbbr => }/relay_server.rs (100%) 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