1
2
3
4
5
6
7
//! This is another binary, but not the main binary.

use rraval_workflows::NAME;

fn main() {
    println!("not main: {}", NAME);
}