From a94985371349b9aed8fdad1103aa92d196a8672e Mon Sep 17 00:00:00 2001 From: RageKnify Date: Sat, 10 Oct 2020 14:04:19 +0100 Subject: [PATCH] Fix: Set default-run to `boa` removing need for `--bin` --- boa_cli/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/boa_cli/Cargo.toml b/boa_cli/Cargo.toml index 3da25cdc487..07ceac6f93a 100644 --- a/boa_cli/Cargo.toml +++ b/boa_cli/Cargo.toml @@ -9,6 +9,7 @@ categories = ["command-line-utilities"] license = "Unlicense/MIT" exclude = ["../.vscode/*", "../Dockerfile", "../Makefile", "../.editorConfig"] edition = "2018" +default-run = "boa" [dependencies] Boa = { path = "../boa", features = ["serde", "console"] }