rb-sys icon indicating copy to clipboard operation
rb-sys copied to clipboard

Does rb-sys-dock support local path dependencies to fellow workspace crate?

Open wilsonzlin opened this issue 1 year ago • 1 comments

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?

wilsonzlin avatar Dec 23 '23 10:12 wilsonzlin

It should, if it doesnt then it would be a bug. Can you post a small repro?

ianks avatar Dec 27 '23 02:12 ianks