libb = static_library('libb', 'lib.rs',
rust_crate_type : 'rlib',
dependencies : [liba_dep],
)
libb_dep = declare_dependency(link_with : libb)