mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
Specify default-members as fish-rust
We generally only want to operate on the fish crate itself (for now), so this makes the most sense.
This commit is contained in:
parent
c23f419af1
commit
cf5b9d1c7e
1 changed files with 3 additions and 3 deletions
|
@ -1,12 +1,12 @@
|
|||
[workspace]
|
||||
resolver = "2"
|
||||
|
||||
# TODO: Move fish-rust to src, make it the root package of this workspace
|
||||
|
||||
members = [
|
||||
"fish-rust",
|
||||
"fish-rust/widestring-suffix",
|
||||
]
|
||||
default-members = ["fish-rust"]
|
||||
|
||||
# TODO: Move fish-rust to src, make it the root package of this workspace
|
||||
|
||||
[patch.crates-io]
|
||||
cc = { git = "https://github.com/mqudsi/cc-rs", branch = "fish" }
|
||||
|
|
Loading…
Reference in a new issue