Skip to content

Commit

Permalink
Fix: Set default-run to boa removing need for --bin (#837)
Browse files Browse the repository at this point in the history
  • Loading branch information
RageKnify authored Oct 11, 2020
1 parent 4e41b44 commit fc8e575
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions boa_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down

0 comments on commit fc8e575

Please sign in to comment.