baml/
lib.rs

1pub fn hello() {
2    println!("Hello from baml crate!");
3}