Browse Source

Fix: Set default-run to `boa` removing need for `--bin` (#837)

pull/849/head
João Borges 4 years ago committed by GitHub
parent
commit
fc8e5753e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      boa_cli/Cargo.toml

1
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"] }

Loading…
Cancel
Save