lib1WithModTest 0.1.0

Testing a crate with local dependancies.
Documentation
1
2
3
4
5
mod deps;

pub fn print(s: &str) {
    deps::lib2::print(s);
}