Skip to content

Commit

Permalink
Add empty [workspace] to Cargo.toml.
Browse files Browse the repository at this point in the history
This works around rust-lang/cargo#6745 and
allows cubeb-coreaudio-rs to appear as a subdirectory of a workspace
member in another project (for instance, cubeb-rs).
  • Loading branch information
mutexlox-signal authored and kinetiknz committed Oct 10, 2024
1 parent 2407441 commit 78093ab
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,8 @@ itertools = "0.11"

[features]
audio-dump = []

# Workaround for https://github.com/rust-lang/cargo/issues/6745 to allow this
# Cargo.toml file to appear under a subdirectory of a workspace without being in
# that workspace (e.g. in cubeb-rs).
[workspace]

0 comments on commit 78093ab

Please sign in to comment.