Remove node/src/main.rs (#3969)

This commit is contained in:
Pierre Krieger
2019-10-30 16:49:17 +01:00
committed by Bastian Köcher
parent 7627428f44
commit 14e4cf9155
6 changed files with 20 additions and 62 deletions
+4 -2
View File
@@ -15,13 +15,15 @@
// along with Substrate. If not, see <http://www.gnu.org/licenses/>.
use cli::{NoCustom, CoreParams};
use std::{fs, env, path::Path};
use structopt::{StructOpt, clap::Shell};
use vergen::{ConstantsFlags, generate_cargo_keys};
fn main() {
build_shell_completion();
generate_cargo_keys(ConstantsFlags::all())
.expect("Failed to generate metadata files");
println!("cargo:rerun-if-changed=.git/HEAD");
}
/// Build shell completion scripts for all known shells