From 1fccae679d66742786cc63fbee112e695da9ec27 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Fri, 29 Nov 2019 10:15:45 -0700 Subject: [PATCH] Add default-run attribute --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index f823b940a9..9068fdf18b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,7 @@ description = "A Redox filesystem builder" license = "MIT" authors = ["Jeremy Soller "] repository = "https://gitlab.redox-os.org/redox-os/installer" +default-run = "redox_installer" [[bin]] name = "redox_installer"