alexmoon / nrf-sdc

Rust bindings for the nRF SoftDevice Controller
9 stars 5 forks source link

Possibility to use single set of external dependency submodules? #29

Closed plaes closed 4 weeks ago

plaes commented 1 month ago

At least in current main, we have two sets of same submodules:

Would it be feasible to use single set?

alexmoon commented 1 month ago

As I recall, the issue is that cargo publish wants all inputs to the build to be under the directory of the package. We want to be able to publish these packages on crates.io eventually, so that is important. If there is a way to use a common third_party directory and use it from both packages, that would be great.

plaes commented 4 weeks ago

Let's close for now as this is something that depends on unimplemented feature from Cargo.