mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 07:04:29 +00:00
Add default-run = fish to Cargo.toml
This makes fish the default binary, so that "cargo run" will launch fish.
This commit is contained in:
parent
f7b57065db
commit
42bb4b55d3
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ name = "fish"
|
|||
version = "0.1.0"
|
||||
edition.workspace = true
|
||||
rust-version.workspace = true
|
||||
default-run = "fish"
|
||||
|
||||
[dependencies]
|
||||
pcre2 = { git = "https://github.com/fish-shell/rust-pcre2", branch = "master", default-features = false, features = ["utf32"] }
|
||||
|
|
Loading…
Reference in a new issue