From 1a68bce94cd9873e78171f7d4eec22094f2a9595 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Thu, 13 Dec 2018 20:53:31 -0800 Subject: [PATCH] Rename fullnode.rs to main.rs --- fullnode/Cargo.toml | 4 ---- fullnode/src/{fullnode.rs => main.rs} | 0 2 files changed, 4 deletions(-) rename fullnode/src/{fullnode.rs => main.rs} (100%) diff --git a/fullnode/Cargo.toml b/fullnode/Cargo.toml index 5d2e6b83da..ebf0de32c8 100644 --- a/fullnode/Cargo.toml +++ b/fullnode/Cargo.toml @@ -23,7 +23,3 @@ cuda = [] erasure = [] ipv6 = [] unstable = [] - -[[bin]] -name = "solana-fullnode" -path = "src/fullnode.rs" diff --git a/fullnode/src/fullnode.rs b/fullnode/src/main.rs similarity index 100% rename from fullnode/src/fullnode.rs rename to fullnode/src/main.rs