rb-sys
rb-sys copied to clipboard
Does rb-sys-dock support local path dependencies to fellow workspace crate?
I have a Cargo workspace with multiple projects, where the Ruby project depends on another Rust crate in the same workspace. When I try to cross compile with rb-sys-dock, Cargo complains that it cannot find the Cargo.toml of the dependency Rust crate in the same workspace. Is this supported?
It should, if it doesnt then it would be a bug. Can you post a small repro?