diff --git a/neqo-bin/Cargo.toml b/neqo-bin/Cargo.toml index 8b7b48ab86..7b4d2f8548 100644 --- a/neqo-bin/Cargo.toml +++ b/neqo-bin/Cargo.toml @@ -11,7 +11,7 @@ license.workspace = true [[bin]] name = "neqo-client" -path = "src/bin/client.rs" +path = "src/bin/client/main.rs" [[bin]] name = "neqo-server" diff --git a/neqo-bin/src/bin/client.rs b/neqo-bin/src/bin/client/main.rs similarity index 100% rename from neqo-bin/src/bin/client.rs rename to neqo-bin/src/bin/client/main.rs