Relative Content

Tag Archive for rustdependenciescargo

Inherit project dependencies in Rust

I have 2 libraries written in rust: ALib and BLib. BLib depends on ALib. The uuid dependency is enabled in ALib. Does BLib not inherit the default uuid dependency in rust? And is it possible to make it dependent automatically so as not to register this dependency manually in cargo BLib?