1*d4726bddSHONG Yifan extern crate common_lib; 2*d4726bddSHONG Yifan extern crate common_proto_rust; 3*d4726bddSHONG Yifan main()4*d4726bddSHONG Yifan pub fn main() { 5*d4726bddSHONG Yifan common_lib::do_something(&common_proto_rust::Config::new()); 6*d4726bddSHONG Yifan } 7