xref: /aosp_15_r20/external/bazelbuild-rules_rust/examples/proto/basic/main.rs (revision d4726bddaa87cc4778e7472feed243fa4b6c267f)
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