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:
Родитель
2407441a2f
Коммит
78093aba60
|
@ -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]
|
||||
|
|
Загрузка…
Ссылка в новой задаче