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:
Henrik Hørlück Berg 2023-08-15 01:30:32 +02:00 committed by Johannes Altmanninger
parent c23f419af1
commit cf5b9d1c7e

View file

@ -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" }