mirror of
https://github.com/nushell/nushell
synced 2024-12-26 13:03:07 +00:00
add default-run so cargo r works (#451)
This commit is contained in:
parent
512dcf0988
commit
a7a213b3f2
1 changed files with 2 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
|||
name = "engine-q"
|
||||
version = "0.1.0"
|
||||
edition = "2018"
|
||||
default-run = "engine-q"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
|
@ -103,4 +104,4 @@ required-features = ["gstat"]
|
|||
# Main nu binary
|
||||
[[bin]]
|
||||
name = "engine-q"
|
||||
path = "src/main.rs"
|
||||
path = "src/main.rs"
|
||||
|
|
Loading…
Reference in a new issue