Add empty [workspace] to Cargo.toml.

This works around https://github.com/rust-lang/cargo/issues/6745 and
allows cubeb-coreaudio-rs to appear as a subdirectory of a workspace
member in another project (for instance, cubeb-rs).
This commit is contained in:
Miriam Zimmerman 2024-09-26 11:24:22 -04:00 коммит произвёл Matthew Gregan
Родитель 2407441a2f
Коммит 78093aba60
1 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -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]