workman/
lib.rs

1pub fn hello() {
2    println!("TODO: implement hello")
3}