From 824f808fa0374b0e67b60cb7f892b6718e565ae4 Mon Sep 17 00:00:00 2001 From: Lucas Fernandes Nogueira Date: Thu, 15 Aug 2019 19:48:32 -0300 Subject: [PATCH] feat(template) use the new default-run manifest field (#17) --- templates/rust/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/rust/Cargo.toml b/templates/rust/Cargo.toml index d09ce1a4f..f9aad7c1f 100755 --- a/templates/rust/Cargo.toml +++ b/templates/rust/Cargo.toml @@ -7,6 +7,7 @@ license = "" repository = "" build = "build.rs" include = ["data"] +default-run = "app" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html