mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-31 12:21:19 -03: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:
@@ -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"] }
|
||||
|
||||
Reference in New Issue
Block a user