Skip to content

Commit 02dc34f

Browse files
Add empty [workspace] to Cargo.toml.
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).
1 parent 2407441 commit 02dc34f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Cargo.toml

+5
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,8 @@ itertools = "0.11"
2525

2626
[features]
2727
audio-dump = []
28+
29+
# Workaround for https://github.com/rust-lang/cargo/issues/6745 to allow this
30+
# Cargo.toml file to appear under a subdirectory of a workspace without being in
31+
# that workspace (e.g. in cubeb-rs).
32+
[workspace]

0 commit comments

Comments
 (0)