break_hash_example_dep_b/
lib.rs

1use break_hash_example::MyType;
2
3pub fn get_value() -> MyType {
4    MyType(42)
5}